Html Css Color HEX #B80187 Medium Violet Red

📋 copy color: '#B80187'

red 184 ◦ green 1 ◦ blue 135

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

Shades of Medium Violet Red #B80187

Tints of Medium Violet Red #B80187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 42.19%

R = 57.5%
G = 0.31%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B80187 (or 0xB80187) is known color: Medium Violet Red. HEX triplet: B8, 01 and 87. RGB value is (184,1,135). Sum of RGB (Red+Green+Blue) = 184+1+135=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B80187 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80187 is #47FE78. Grayscale: #464646. Windows color (decimal): -4718201 or 8847800. OLE color: 8847800.

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

Color convert

RGB 184 1 135 -
CMYK 0 0.99 0.27 0.28
HSL 316.07º 0.99% 0.36% -
HSV(B) 316.07º 0.99% 0.72% -
XYZ 24.15 11.96 23.96 -
YUV 70.99 164.13 208.6 -
System Red Green Blue C M Y K H S L
Decimal 184 1 135 0 0.99 0.27 0.28 316.07 0.99 0.36
Hex B8 1 87 0 63 1B 1C 13C 63 24
Octal 270 1 207 0 143 33 34 474 143 44
Binary 10111000 1 10000111 0 1100011 11011 11100 100111100 1100011 100100

Color Harmonies of #B80187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80187

Black with #B80187

Text Example


Text Example

White with #B80187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80187; }

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

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

background-color css

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

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

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

border-color css

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

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

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