Html Css Color HEX #B80A9C Medium Violet Red

📋 copy color: '#B80A9C'

red 184 ◦ green 10 ◦ blue 156

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

Shades of Medium Violet Red #B80A9C

Tints of Medium Violet Red #B80A9C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.86%

 BLUE value IS 156 (61.33% from 255) = 44.57%

R = 52.57%
G = 2.86%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B80A9C (or 0xB80A9C) is known color: Medium Violet Red. HEX triplet: B8, 0A and 9C. RGB value is (184,10,156). Sum of RGB (Red+Green+Blue) = 184+10+156=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 10 (4.30% from 255 or 2.86% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80A9C is #47F563. Grayscale: #4E4E4E. Windows color (decimal): -4715876 or 10226360. OLE color: 10226360.

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

Color convert

RGB 184 10 156 -
CMYK 0 0.95 0.15 0.28
HSL 309.66º 0.9% 0.38% -
HSV(B) 309.66º 0.95% 0.72% -
XYZ 25.88 12.81 32.56 -
YUV 78.67 171.65 203.13 -
System Red Green Blue C M Y K H S L
Decimal 184 10 156 0 0.95 0.15 0.28 309.66 0.9 0.38
Hex B8 A 9C 0 5F F 1C 136 5A 26
Octal 270 12 234 0 137 17 34 466 132 46
Binary 10111000 1010 10011100 0 1011111 1111 11100 100110110 1011010 100110

Color Harmonies of #B80A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80A9C

Black with #B80A9C

Text Example


Text Example

White with #B80A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80A9C; }

 p { color: rgb(184,10,156); }

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

background-color css

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

 a { background-color: rgb(184,10,156); }

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

border-color css

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

 span { border-color: rgb(184,10,156); }

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