Html Css Color HEX #B80DA5 Medium Violet Red

📋 copy color: '#B80DA5'

red 184 ◦ green 13 ◦ blue 165

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

Shades of Medium Violet Red #B80DA5

Tints of Medium Violet Red #B80DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 45.58%

R = 50.83%
G = 3.59%
B = 45.58%

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

#B80DA5 (or 0xB80DA5) is known color: Medium Violet Red. HEX triplet: B8, 0D and A5. RGB value is (184,13,165). Sum of RGB (Red+Green+Blue) = 184+13+165=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 13 (5.47% from 255 or 3.59% from 362); Blue value is 165 (64.84% from 255 or 45.58% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B80DA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80DA5 is #47F25A. Grayscale: #515151. Windows color (decimal): -4715099 or 10816952. OLE color: 10816952.

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

Color convert

RGB 184 13 165 -
CMYK 0 0.93 0.10 0.28
HSL 306.67º 0.87% 0.39% -
HSV(B) 306.67º 0.93% 0.72% -
XYZ 26.7 13.19 36.74 -
YUV 81.46 175.15 201.14 -
System Red Green Blue C M Y K H S L
Decimal 184 13 165 0 0.93 0.10 0.28 306.67 0.87 0.39
Hex B8 D A5 0 5D A 1C 133 57 27
Octal 270 15 245 0 135 12 34 463 127 47
Binary 10111000 1101 10100101 0 1011101 1010 11100 100110011 1010111 100111

Color Harmonies of #B80DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80DA5

Black with #B80DA5

Text Example


Text Example

White with #B80DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80DA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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