Html Css Color HEX #B80096 Medium Violet Red

📋 copy color: '#B80096'

red 184 ◦ green 0 ◦ blue 150

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

Shades of Medium Violet Red #B80096

Tints of Medium Violet Red #B80096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.91%

R = 55.09%
G = 0%
B = 44.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B80096 (or 0xB80096) is known color: Medium Violet Red. HEX triplet: B8, 00 and 96. RGB value is (184,0,150). Sum of RGB (Red+Green+Blue) = 184+0+150=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B80096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80096 is #47FF69. Grayscale: #474747. Windows color (decimal): -4718442 or 9830584. OLE color: 9830584.

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

Color convert

RGB 184 0 150 -
CMYK 0 1 0.18 0.28
HSL 311.09º 1% 0.36% -
HSV(B) 311.09º 1% 0.72% -
XYZ 25.27 12.39 29.91 -
YUV 72.12 171.96 207.8 -
System Red Green Blue C M Y K H S L
Decimal 184 0 150 0 1 0.18 0.28 311.09 1 0.36
Hex B8 0 96 0 64 12 1C 137 64 24
Octal 270 0 226 0 144 22 34 467 144 44
Binary 10111000 0 10010110 0 1100100 10010 11100 100110111 1100100 100100

Color Harmonies of #B80096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80096

Black with #B80096

Text Example


Text Example

White with #B80096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80096; }

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

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

background-color css

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

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

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

border-color css

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

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

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