Html Css Color HEX #B80180 Medium Violet Red

📋 copy color: '#B80180'

red 184 ◦ green 1 ◦ blue 128

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

Shades of Medium Violet Red #B80180

Tints of Medium Violet Red #B80180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 58.79%
G = 0.32%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B80180 (or 0xB80180) is known color: Medium Violet Red. HEX triplet: B8, 01 and 80. RGB value is (184,1,128). Sum of RGB (Red+Green+Blue) = 184+1+128=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B80180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80180 is #47FE7F. Grayscale: #454545. Windows color (decimal): -4718208 or 8389048. OLE color: 8389048.

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

Color convert

RGB 184 1 128 -
CMYK 0 0.99 0.30 0.28
HSL 318.36º 0.99% 0.36% -
HSV(B) 318.36º 0.99% 0.72% -
XYZ 23.67 11.77 21.45 -
YUV 70.2 160.63 209.17 -
System Red Green Blue C M Y K H S L
Decimal 184 1 128 0 0.99 0.30 0.28 318.36 0.99 0.36
Hex B8 1 80 0 63 1E 1C 13E 63 24
Octal 270 1 200 0 143 36 34 476 143 44
Binary 10111000 1 10000000 0 1100011 11110 11100 100111110 1100011 100100

Color Harmonies of #B80180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80180

Black with #B80180

Text Example


Text Example

White with #B80180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80180; }

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

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

background-color css

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

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

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

border-color css

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

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

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