Html Css Color HEX #BB2697 Medium Red Violet

📋 copy color: '#BB2697'

red 187 ◦ green 38 ◦ blue 151

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

Shades of Medium Red Violet #BB2697

Tints of Medium Red Violet #BB2697

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.11%

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

R = 49.73%
G = 10.11%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB2697 (or 0xBB2697) is known color: Medium Red Violet. HEX triplet: BB, 26 and 97. RGB value is (187,38,151). Sum of RGB (Red+Green+Blue) = 187+38+151=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2697 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2697 is #44D968. Grayscale: #5F5F5F. Windows color (decimal): -4512105 or 9905851. OLE color: 9905851.

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

Color convert

RGB 187 38 151 -
CMYK 0 0.80 0.19 0.27
HSL 314.5º 0.66% 0.44% -
HSV(B) 314.5º 0.8% 0.73% -
XYZ 26.77 14.19 30.61 -
YUV 95.43 159.36 193.31 -
System Red Green Blue C M Y K H S L
Decimal 187 38 151 0 0.80 0.19 0.27 314.5 0.66 0.44
Hex BB 26 97 0 50 13 1B 13A 42 2C
Octal 273 46 227 0 120 23 33 472 102 54
Binary 10111011 100110 10010111 0 1010000 10011 11011 100111010 1000010 101100

Color Harmonies of #BB2697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2697

Black with #BB2697

Text Example


Text Example

White with #BB2697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2697; }

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

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

background-color css

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

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

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

border-color css

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

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

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