Html Css Color HEX #BB2897 Medium Red Violet

📋 copy color: '#BB2897'

red 187 ◦ green 40 ◦ blue 151

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

Shades of Medium Red Violet #BB2897

Tints of Medium Red Violet #BB2897

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.58%

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

R = 49.47%
G = 10.58%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB2897 (or 0xBB2897) is known color: Medium Red Violet. HEX triplet: BB, 28 and 97. RGB value is (187,40,151). Sum of RGB (Red+Green+Blue) = 187+40+151=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 40 (16.02% from 255 or 10.58% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2897 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2897 is #44D768. Grayscale: #606060. Windows color (decimal): -4511593 or 9906363. OLE color: 9906363.

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

Color convert

RGB 187 40 151 -
CMYK 0 0.79 0.19 0.27
HSL 314.69º 0.65% 0.45% -
HSV(B) 314.69º 0.79% 0.73% -
XYZ 26.84 14.32 30.63 -
YUV 96.61 158.7 192.47 -
System Red Green Blue C M Y K H S L
Decimal 187 40 151 0 0.79 0.19 0.27 314.69 0.65 0.45
Hex BB 28 97 0 4F 13 1B 13B 41 2D
Octal 273 50 227 0 117 23 33 473 101 55
Binary 10111011 101000 10010111 0 1001111 10011 11011 100111011 1000001 101101

Color Harmonies of #BB2897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2897

Black with #BB2897

Text Example


Text Example

White with #BB2897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2897; }

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

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

background-color css

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

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

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

border-color css

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

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

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