Html Css Color HEX #B80597 Medium Violet Red

📋 copy color: '#B80597'

red 184 ◦ green 5 ◦ blue 151

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

Shades of Medium Violet Red #B80597

Tints of Medium Violet Red #B80597

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.47%

 BLUE value IS 151 (59.38% from 255) = 44.41%

R = 54.12%
G = 1.47%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B80597 (or 0xB80597) is known color: Medium Violet Red. HEX triplet: B8, 05 and 97. RGB value is (184,5,151). Sum of RGB (Red+Green+Blue) = 184+5+151=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 151 (59.38% from 255 or 44.41% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B80597 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80597 is #47FA68. Grayscale: #4A4A4A. Windows color (decimal): -4717161 or 9897400. OLE color: 9897400.

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

Color convert

RGB 184 5 151 -
CMYK 0 0.97 0.18 0.28
HSL 311.06º 0.95% 0.37% -
HSV(B) 311.06º 0.97% 0.72% -
XYZ 25.41 12.53 30.36 -
YUV 75.17 170.8 205.63 -
System Red Green Blue C M Y K H S L
Decimal 184 5 151 0 0.97 0.18 0.28 311.06 0.95 0.37
Hex B8 5 97 0 61 12 1C 137 5F 25
Octal 270 5 227 0 141 22 34 467 137 45
Binary 10111000 101 10010111 0 1100001 10010 11100 100110111 1011111 100101

Color Harmonies of #B80597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80597

Black with #B80597

Text Example


Text Example

White with #B80597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80597; }

 p { color: rgb(184,5,151); }

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

background-color css

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

 a { background-color: rgb(184,5,151); }

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

border-color css

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

 span { border-color: rgb(184,5,151); }

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