Html Css Color HEX #B912A8 Medium Violet Red

📋 copy color: '#B912A8'

red 185 ◦ green 18 ◦ blue 168

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

Shades of Medium Violet Red #B912A8

Tints of Medium Violet Red #B912A8

RGB

 RED value IS 185 (72.66% from 255) = 49.87%

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

 BLUE value IS 168 (66.02% from 255) = 45.28%

R = 49.87%
G = 4.85%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B912A8 (or 0xB912A8) is known color: Medium Violet Red. HEX triplet: B9, 12 and A8. RGB value is (185,18,168). Sum of RGB (Red+Green+Blue) = 185+18+168=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 168 (66.02% from 255 or 45.28% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B912A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B912A8 is #46ED57. Grayscale: #545454. Windows color (decimal): -4648280 or 11014841. OLE color: 11014841.

HSL color Cylindrical-coordinate representation of color #B912A8: hue angle of 306.11º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B912A8 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 18 168 -
CMYK 0 0.90 0.09 0.27
HSL 306.11º 0.82% 0.4% -
HSV(B) 306.11º 0.9% 0.73% -
XYZ 27.29 13.57 38.23 -
YUV 85.03 174.83 199.3 -
System Red Green Blue C M Y K H S L
Decimal 185 18 168 0 0.90 0.09 0.27 306.11 0.82 0.4
Hex B9 12 A8 0 5A 9 1B 132 52 28
Octal 271 22 250 0 132 11 33 462 122 50
Binary 10111001 10010 10101000 0 1011010 1001 11011 100110010 1010010 101000

Color Harmonies of #B912A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B912A8

Black with #B912A8

Text Example


Text Example

White with #B912A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B912A8; }

 p { color: rgb(185,18,168); }

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

background-color css

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

 a { background-color: rgb(185,18,168); }

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

border-color css

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

 span { border-color: rgb(185,18,168); }

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