Html Css Color HEX #BB0297 Medium Violet Red

📋 copy color: '#BB0297'

red 187 ◦ green 2 ◦ blue 151

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

Shades of Medium Violet Red #BB0297

Tints of Medium Violet Red #BB0297

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.59%

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

R = 55%
G = 0.59%
B = 44.41%

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

#BB0297 (or 0xBB0297) is known color: Medium Violet Red. HEX triplet: BB, 02 and 97. RGB value is (187,2,151). Sum of RGB (Red+Green+Blue) = 187+2+151=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 151 (59.38% from 255 or 44.41% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0297 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0297 is #44FD68. Grayscale: #494949. Windows color (decimal): -4521321 or 9896635. OLE color: 9896635.

HSL color Cylindrical-coordinate representation of color #BB0297: hue angle of 311.68º degrees, saturation: 0.98, 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 #BB0297 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 2 151 -
CMYK 0 0.99 0.19 0.27
HSL 311.68º 0.98% 0.37% -
HSV(B) 311.68º 0.99% 0.73% -
XYZ 26.1 12.84 30.38 -
YUV 74.3 171.29 208.38 -
System Red Green Blue C M Y K H S L
Decimal 187 2 151 0 0.99 0.19 0.27 311.68 0.98 0.37
Hex BB 2 97 0 63 13 1B 138 62 25
Octal 273 2 227 0 143 23 33 470 142 45
Binary 10111011 10 10010111 0 1100011 10011 11011 100111000 1100010 100101

Color Harmonies of #BB0297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0297

Black with #BB0297

Text Example


Text Example

White with #BB0297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0297; }

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

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

background-color css

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

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

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

border-color css

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

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

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