Html Css Color HEX #B80087 Medium Violet Red

📋 copy color: '#B80087'

red 184 ◦ green 0 ◦ blue 135

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

Shades of Medium Violet Red #B80087

Tints of Medium Violet Red #B80087

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.68%
G = 0%
B = 42.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B80087 (or 0xB80087) is known color: Medium Violet Red. HEX triplet: B8, 00 and 87. RGB value is (184,0,135). Sum of RGB (Red+Green+Blue) = 184+0+135=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B80087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80087 is #47FF78. Grayscale: #464646. Windows color (decimal): -4718457 or 8847544. OLE color: 8847544.

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

Color convert

RGB 184 0 135 -
CMYK 0 1 0.27 0.28
HSL 315.98º 1% 0.36% -
HSV(B) 315.98º 1% 0.72% -
XYZ 24.14 11.94 23.95 -
YUV 70.41 164.46 209.02 -
System Red Green Blue C M Y K H S L
Decimal 184 0 135 0 1 0.27 0.28 315.98 1 0.36
Hex B8 0 87 0 64 1B 1C 13C 64 24
Octal 270 0 207 0 144 33 34 474 144 44
Binary 10111000 0 10000111 0 1100100 11011 11100 100111100 1100100 100100

Color Harmonies of #B80087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80087

Black with #B80087

Text Example


Text Example

White with #B80087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80087; }

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

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

background-color css

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

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

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

border-color css

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

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

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