Html Css Color HEX #B80880 Medium Violet Red

📋 copy color: '#B80880'

red 184 ◦ green 8 ◦ blue 128

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

Shades of Medium Violet Red #B80880

Tints of Medium Violet Red #B80880

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.5%

 BLUE value IS 128 (50.39% from 255) = 40%

R = 57.5%
G = 2.5%
B = 40%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B80880 (or 0xB80880) is known color: Medium Violet Red. HEX triplet: B8, 08 and 80. RGB value is (184,8,128). Sum of RGB (Red+Green+Blue) = 184+8+128=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B80880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80880 is #47F77F. Grayscale: #4A4A4A. Windows color (decimal): -4716416 or 8390840. OLE color: 8390840.

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

Color convert

RGB 184 8 128 -
CMYK 0 0.96 0.30 0.28
HSL 319.09º 0.92% 0.38% -
HSV(B) 319.09º 0.96% 0.72% -
XYZ 23.75 11.92 21.47 -
YUV 74.3 158.31 206.24 -
System Red Green Blue C M Y K H S L
Decimal 184 8 128 0 0.96 0.30 0.28 319.09 0.92 0.38
Hex B8 8 80 0 60 1E 1C 13F 5C 26
Octal 270 10 200 0 140 36 34 477 134 46
Binary 10111000 1000 10000000 0 1100000 11110 11100 100111111 1011100 100110

Color Harmonies of #B80880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80880

Black with #B80880

Text Example


Text Example

White with #B80880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80880; }

 p { color: rgb(184,8,128); }

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

background-color css

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

 a { background-color: rgb(184,8,128); }

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

border-color css

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

 span { border-color: rgb(184,8,128); }

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