Html Css Color HEX #B80CA6 Medium Violet Red

📋 copy color: '#B80CA6'

red 184 ◦ green 12 ◦ blue 166

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

Shades of Medium Violet Red #B80CA6

Tints of Medium Violet Red #B80CA6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.31%

 BLUE value IS 166 (65.23% from 255) = 45.86%

R = 50.83%
G = 3.31%
B = 45.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B80CA6 (or 0xB80CA6) is known color: Medium Violet Red. HEX triplet: B8, 0C and A6. RGB value is (184,12,166). Sum of RGB (Red+Green+Blue) = 184+12+166=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 12 (5.08% from 255 or 3.31% from 362); Blue value is 166 (65.23% from 255 or 45.86% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B80CA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80CA6 is #47F359. Grayscale: #505050. Windows color (decimal): -4715354 or 10882232. OLE color: 10882232.

HSL color Cylindrical-coordinate representation of color #B80CA6: hue angle of 306.28º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80CA6 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 12 166 -
CMYK 0 0.93 0.10 0.28
HSL 306.28º 0.88% 0.38% -
HSV(B) 306.28º 0.93% 0.72% -
XYZ 26.78 13.21 37.21 -
YUV 80.98 175.98 201.48 -
System Red Green Blue C M Y K H S L
Decimal 184 12 166 0 0.93 0.10 0.28 306.28 0.88 0.38
Hex B8 C A6 0 5D A 1C 132 58 26
Octal 270 14 246 0 135 12 34 462 130 46
Binary 10111000 1100 10100110 0 1011101 1010 11100 100110010 1011000 100110

Color Harmonies of #B80CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80CA6

Black with #B80CA6

Text Example


Text Example

White with #B80CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80CA6; }

 p { color: rgb(184,12,166); }

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

background-color css

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

 a { background-color: rgb(184,12,166); }

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

border-color css

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

 span { border-color: rgb(184,12,166); }

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