Html Css Color HEX #B80D9A Medium Violet Red

📋 copy color: '#B80D9A'

red 184 ◦ green 13 ◦ blue 154

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

Shades of Medium Violet Red #B80D9A

Tints of Medium Violet Red #B80D9A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.7%

 BLUE value IS 154 (60.55% from 255) = 43.87%

R = 52.42%
G = 3.7%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B80D9A (or 0xB80D9A) is known color: Medium Violet Red. HEX triplet: B8, 0D and 9A. RGB value is (184,13,154). Sum of RGB (Red+Green+Blue) = 184+13+154=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 13 (5.47% from 255 or 3.70% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B80D9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80D9A is #47F265. Grayscale: #4F4F4F. Windows color (decimal): -4715110 or 10096056. OLE color: 10096056.

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

Color convert

RGB 184 13 154 -
CMYK 0 0.93 0.16 0.28
HSL 310.53º 0.87% 0.39% -
HSV(B) 310.53º 0.93% 0.72% -
XYZ 25.74 12.81 31.69 -
YUV 80.2 169.65 202.04 -
System Red Green Blue C M Y K H S L
Decimal 184 13 154 0 0.93 0.16 0.28 310.53 0.87 0.39
Hex B8 D 9A 0 5D 10 1C 137 57 27
Octal 270 15 232 0 135 20 34 467 127 47
Binary 10111000 1101 10011010 0 1011101 10000 11100 100110111 1010111 100111

Color Harmonies of #B80D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80D9A

Black with #B80D9A

Text Example


Text Example

White with #B80D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80D9A; }

 p { color: rgb(184,13,154); }

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

background-color css

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

 a { background-color: rgb(184,13,154); }

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

border-color css

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

 span { border-color: rgb(184,13,154); }

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