Html Css Color HEX #B210A5 Medium Violet Red

📋 copy color: '#B210A5'

red 178 ◦ green 16 ◦ blue 165

#B210A5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #B210A5

Tints of Medium Violet Red #B210A5

RGB

 RED value IS 178 (69.92% from 255) = 49.58%

 GREEN value IS 16 (6.64% from 255) = 4.46%

 BLUE value IS 165 (64.84% from 255) = 45.96%

R = 49.58%
G = 4.46%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B210A5 (or 0xB210A5) is known color: Medium Violet Red. HEX triplet: B2, 10 and A5. RGB value is (178,16,165). Sum of RGB (Red+Green+Blue) = 178+16+165=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 16 (6.64% from 255 or 4.46% from 359); Blue value is 165 (64.84% from 255 or 45.96% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B210A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B210A5 is #4DEF5A. Grayscale: #505050. Windows color (decimal): -5107547 or 10817714. OLE color: 10817714.

HSL color Cylindrical-coordinate representation of color #B210A5: hue angle of 304.81º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B210A5 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 16 165 -
CMYK 0 0.91 0.07 0.30
HSL 304.81º 0.84% 0.38% -
HSV(B) 304.81º 0.91% 0.7% -
XYZ 25.34 12.55 36.68 -
YUV 81.42 175.17 196.88 -
System Red Green Blue C M Y K H S L
Decimal 178 16 165 0 0.91 0.07 0.30 304.81 0.84 0.38
Hex B2 10 A5 0 5B 7 1E 131 54 26
Octal 262 20 245 0 133 7 36 461 124 46
Binary 10110010 10000 10100101 0 1011011 111 11110 100110001 1010100 100110

Color Harmonies of #B210A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B210A5

Black with #B210A5

Text Example


Text Example

White with #B210A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B210A5; }

 p { color: rgb(178,16,165); }

 H1.HeaderClassName
 {
   color: #B210A5;
 }
 .AnyTagClassName
 {
   color: #B210A5;
 }
</style>

background-color css

<style>
 a { background-color: #B210A5; }

 a { background-color: rgb(178,16,165); }

 div.DivClassName
 {
   background-color: #B210A5;
 }
 .BgClassName
 {
   background-color: #B210A5;
 }
</style>

border-color css

<style>
 span { border-color: #B210A5; }

 span { border-color: rgb(178,16,165); }

 td.TdClassName
 {
   border-color: #B210A5;
 }
 .TagClassName
 {
   border-color: #B210A5;
 }
</style>