Html Css Color HEX #B80396 Medium Violet Red

📋 copy color: '#B80396'

red 184 ◦ green 3 ◦ blue 150

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

Shades of Medium Violet Red #B80396

Tints of Medium Violet Red #B80396

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.89%

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

R = 54.6%
G = 0.89%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B80396 (or 0xB80396) is known color: Medium Violet Red. HEX triplet: B8, 03 and 96. RGB value is (184,3,150). Sum of RGB (Red+Green+Blue) = 184+3+150=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B80396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80396 is #47FC69. Grayscale: #494949. Windows color (decimal): -4717674 or 9831352. OLE color: 9831352.

HSL color Cylindrical-coordinate representation of color #B80396: hue angle of 311.27º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B80396 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 3 150 -
CMYK 0 0.98 0.18 0.28
HSL 311.27º 0.97% 0.37% -
HSV(B) 311.27º 0.98% 0.72% -
XYZ 25.3 12.46 29.92 -
YUV 73.88 170.97 206.55 -
System Red Green Blue C M Y K H S L
Decimal 184 3 150 0 0.98 0.18 0.28 311.27 0.97 0.37
Hex B8 3 96 0 62 12 1C 137 61 25
Octal 270 3 226 0 142 22 34 467 141 45
Binary 10111000 11 10010110 0 1100010 10010 11100 100110111 1100001 100101

Color Harmonies of #B80396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80396

Black with #B80396

Text Example


Text Example

White with #B80396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80396; }

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

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

background-color css

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

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

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

border-color css

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

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

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