Html Css Color HEX #B80DA2 Medium Violet Red

📋 copy color: '#B80DA2'

red 184 ◦ green 13 ◦ blue 162

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

Shades of Medium Violet Red #B80DA2

Tints of Medium Violet Red #B80DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 45.13%

R = 51.25%
G = 3.62%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#B80DA2 (or 0xB80DA2) is known color: Medium Violet Red. HEX triplet: B8, 0D and A2. RGB value is (184,13,162). Sum of RGB (Red+Green+Blue) = 184+13+162=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 13 (5.47% from 255 or 3.62% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B80DA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80DA2 is #47F25D. Grayscale: #505050. Windows color (decimal): -4715102 or 10620344. OLE color: 10620344.

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

Color convert

RGB 184 13 162 -
CMYK 0 0.93 0.12 0.28
HSL 307.72º 0.87% 0.39% -
HSV(B) 307.72º 0.93% 0.72% -
XYZ 26.43 13.09 35.32 -
YUV 81.12 173.65 201.38 -
System Red Green Blue C M Y K H S L
Decimal 184 13 162 0 0.93 0.12 0.28 307.72 0.87 0.39
Hex B8 D A2 0 5D C 1C 134 57 27
Octal 270 15 242 0 135 14 34 464 127 47
Binary 10111000 1101 10100010 0 1011101 1100 11100 100110100 1010111 100111

Color Harmonies of #B80DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80DA2

Black with #B80DA2

Text Example


Text Example

White with #B80DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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