Html Css Color HEX #B812A0 Medium Violet Red

📋 copy color: '#B812A0'

red 184 ◦ green 18 ◦ blue 160

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

Shades of Medium Violet Red #B812A0

Tints of Medium Violet Red #B812A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 44.2%

R = 50.83%
G = 4.97%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B812A0 (or 0xB812A0) is known color: Medium Violet Red. HEX triplet: B8, 12 and A0. RGB value is (184,18,160). Sum of RGB (Red+Green+Blue) = 184+18+160=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 160 (62.89% from 255 or 44.20% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B812A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B812A0 is #47ED5F. Grayscale: #535353. Windows color (decimal): -4713824 or 10490552. OLE color: 10490552.

HSL color Cylindrical-coordinate representation of color #B812A0: hue angle of 308.67º 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 #B812A0 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 18 160 -
CMYK 0 0.90 0.13 0.28
HSL 308.67º 0.82% 0.4% -
HSV(B) 308.67º 0.9% 0.72% -
XYZ 26.33 13.16 34.41 -
YUV 83.82 171 199.45 -
System Red Green Blue C M Y K H S L
Decimal 184 18 160 0 0.90 0.13 0.28 308.67 0.82 0.4
Hex B8 12 A0 0 5A D 1C 135 52 28
Octal 270 22 240 0 132 15 34 465 122 50
Binary 10111000 10010 10100000 0 1011010 1101 11100 100110101 1010010 101000

Color Harmonies of #B812A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B812A0

Black with #B812A0

Text Example


Text Example

White with #B812A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B812A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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