Html Css Color HEX #BB0197 Medium Violet Red

📋 copy color: '#BB0197'

red 187 ◦ green 1 ◦ blue 151

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

Shades of Medium Violet Red #BB0197

Tints of Medium Violet Red #BB0197

RGB

 RED value IS 187 (73.44% from 255) = 55.16%

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

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

R = 55.16%
G = 0.29%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB0197 (or 0xBB0197) is known color: Medium Violet Red. HEX triplet: BB, 01 and 97. RGB value is (187,1,151). Sum of RGB (Red+Green+Blue) = 187+1+151=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 151 (59.38% from 255 or 44.54% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0197 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0197 is #44FE68. Grayscale: #494949. Windows color (decimal): -4521577 or 9896379. OLE color: 9896379.

HSL color Cylindrical-coordinate representation of color #BB0197: hue angle of 311.61º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB0197 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 1 151 -
CMYK 0 0.99 0.19 0.27
HSL 311.61º 0.99% 0.37% -
HSV(B) 311.61º 0.99% 0.73% -
XYZ 26.09 12.82 30.38 -
YUV 73.71 171.62 208.8 -
System Red Green Blue C M Y K H S L
Decimal 187 1 151 0 0.99 0.19 0.27 311.61 0.99 0.37
Hex BB 1 97 0 63 13 1B 138 63 25
Octal 273 1 227 0 143 23 33 470 143 45
Binary 10111011 1 10010111 0 1100011 10011 11011 100111000 1100011 100101

Color Harmonies of #BB0197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0197

Black with #BB0197

Text Example


Text Example

White with #BB0197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0197; }

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

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

background-color css

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

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

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

border-color css

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

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

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