Html Css Color HEX #B80197 Medium Violet Red

📋 copy color: '#B80197'

red 184 ◦ green 1 ◦ blue 151

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

Shades of Medium Violet Red #B80197

Tints of Medium Violet Red #B80197

RGB

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

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

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

R = 54.76%
G = 0.3%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B80197 (or 0xB80197) is known color: Medium Violet Red. HEX triplet: B8, 01 and 97. RGB value is (184,1,151). Sum of RGB (Red+Green+Blue) = 184+1+151=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B80197 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80197 is #47FE68. Grayscale: #484848. Windows color (decimal): -4718185 or 9896376. OLE color: 9896376.

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

Color convert

RGB 184 1 151 -
CMYK 0 0.99 0.18 0.28
HSL 310.82º 0.99% 0.36% -
HSV(B) 310.82º 0.99% 0.72% -
XYZ 25.36 12.45 30.34 -
YUV 72.82 172.13 207.3 -
System Red Green Blue C M Y K H S L
Decimal 184 1 151 0 0.99 0.18 0.28 310.82 0.99 0.36
Hex B8 1 97 0 63 12 1C 137 63 24
Octal 270 1 227 0 143 22 34 467 143 44
Binary 10111000 1 10010111 0 1100011 10010 11100 100110111 1100011 100100

Color Harmonies of #B80197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80197

Black with #B80197

Text Example


Text Example

White with #B80197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80197; }

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

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

background-color css

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

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

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

border-color css

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

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

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