Html Css Color HEX #B012A2 Medium Violet Red

📋 copy color: '#B012A2'

red 176 ◦ green 18 ◦ blue 162

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

Shades of Medium Violet Red #B012A2

Tints of Medium Violet Red #B012A2

RGB

 RED value IS 176 (69.14% from 255) = 49.44%

 GREEN value IS 18 (7.42% from 255) = 5.06%

 BLUE value IS 162 (63.67% from 255) = 45.51%

R = 49.44%
G = 5.06%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B012A2 (or 0xB012A2) is known color: Medium Violet Red. HEX triplet: B0, 12 and A2. RGB value is (176,18,162). Sum of RGB (Red+Green+Blue) = 176+18+162=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 162 (63.67% from 255 or 45.51% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B012A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B012A2 is #4FED5D. Grayscale: #515151. Windows color (decimal): -5238110 or 10621616. OLE color: 10621616.

HSL color Cylindrical-coordinate representation of color #B012A2: hue angle of 305.32º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B012A2 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 18 162 -
CMYK 0 0.90 0.08 0.31
HSL 305.32º 0.81% 0.38% -
HSV(B) 305.32º 0.9% 0.69% -
XYZ 24.64 12.27 35.25 -
YUV 81.66 173.35 195.29 -
System Red Green Blue C M Y K H S L
Decimal 176 18 162 0 0.90 0.08 0.31 305.32 0.81 0.38
Hex B0 12 A2 0 5A 8 1F 131 51 26
Octal 260 22 242 0 132 10 37 461 121 46
Binary 10110000 10010 10100010 0 1011010 1000 11111 100110001 1010001 100110

Color Harmonies of #B012A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B012A2

Black with #B012A2

Text Example


Text Example

White with #B012A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B012A2; }

 p { color: rgb(176,18,162); }

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

background-color css

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

 a { background-color: rgb(176,18,162); }

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

border-color css

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

 span { border-color: rgb(176,18,162); }

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