Html Css Color HEX #B812A8 Medium Violet Red

📋 copy color: '#B812A8'

red 184 ◦ green 18 ◦ blue 168

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

Shades of Medium Violet Red #B812A8

Tints of Medium Violet Red #B812A8

RGB

 RED value IS 184 (72.27% from 255) = 49.73%

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

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

R = 49.73%
G = 4.86%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B812A8 (or 0xB812A8) is known color: Medium Violet Red. HEX triplet: B8, 12 and A8. RGB value is (184,18,168). Sum of RGB (Red+Green+Blue) = 184+18+168=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 168 (66.02% from 255 or 45.41% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B812A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B812A8 is #47ED57. Grayscale: #545454. Windows color (decimal): -4713816 or 11014840. OLE color: 11014840.

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

Color convert

RGB 184 18 168 -
CMYK 0 0.90 0.09 0.28
HSL 305.78º 0.82% 0.4% -
HSV(B) 305.78º 0.9% 0.72% -
XYZ 27.05 13.45 38.22 -
YUV 84.73 175 198.8 -
System Red Green Blue C M Y K H S L
Decimal 184 18 168 0 0.90 0.09 0.28 305.78 0.82 0.4
Hex B8 12 A8 0 5A 9 1C 132 52 28
Octal 270 22 250 0 132 11 34 462 122 50
Binary 10111000 10010 10101000 0 1011010 1001 11100 100110010 1010010 101000

Color Harmonies of #B812A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B812A8

Black with #B812A8

Text Example


Text Example

White with #B812A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B812A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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