Html Css Color HEX #B80185 Medium Violet Red

📋 copy color: '#B80185'

red 184 ◦ green 1 ◦ blue 133

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

Shades of Medium Violet Red #B80185

Tints of Medium Violet Red #B80185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.82%

R = 57.86%
G = 0.31%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B80185 (or 0xB80185) is known color: Medium Violet Red. HEX triplet: B8, 01 and 85. RGB value is (184,1,133). Sum of RGB (Red+Green+Blue) = 184+1+133=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B80185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80185 is #47FE7A. Grayscale: #464646. Windows color (decimal): -4718203 or 8716728. OLE color: 8716728.

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

Color convert

RGB 184 1 133 -
CMYK 0 0.99 0.28 0.28
HSL 316.72º 0.99% 0.36% -
HSV(B) 316.72º 0.99% 0.72% -
XYZ 24.01 11.91 23.22 -
YUV 70.77 163.13 208.77 -
System Red Green Blue C M Y K H S L
Decimal 184 1 133 0 0.99 0.28 0.28 316.72 0.99 0.36
Hex B8 1 85 0 63 1C 1C 13D 63 24
Octal 270 1 205 0 143 34 34 475 143 44
Binary 10111000 1 10000101 0 1100011 11100 11100 100111101 1100011 100100

Color Harmonies of #B80185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80185

Black with #B80185

Text Example


Text Example

White with #B80185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80185; }

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

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

background-color css

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

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

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

border-color css

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

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

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