Html Css Color HEX #BB2896 Medium Red Violet

📋 copy color: '#BB2896'

red 187 ◦ green 40 ◦ blue 150

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

Shades of Medium Red Violet #BB2896

Tints of Medium Red Violet #BB2896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.79%

R = 49.6%
G = 10.61%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB2896 (or 0xBB2896) is known color: Medium Red Violet. HEX triplet: BB, 28 and 96. RGB value is (187,40,150). Sum of RGB (Red+Green+Blue) = 187+40+150=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2896 is #44D769. Grayscale: #606060. Windows color (decimal): -4511594 or 9840827. OLE color: 9840827.

HSL color Cylindrical-coordinate representation of color #BB2896: hue angle of 315.1º 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 #BB2896 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 40 150 -
CMYK 0 0.79 0.20 0.27
HSL 315.1º 0.65% 0.45% -
HSV(B) 315.1º 0.79% 0.73% -
XYZ 26.76 14.28 30.2 -
YUV 96.49 158.2 192.56 -
System Red Green Blue C M Y K H S L
Decimal 187 40 150 0 0.79 0.20 0.27 315.1 0.65 0.45
Hex BB 28 96 0 4F 14 1B 13B 41 2D
Octal 273 50 226 0 117 24 33 473 101 55
Binary 10111011 101000 10010110 0 1001111 10100 11011 100111011 1000001 101101

Color Harmonies of #BB2896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2896

Black with #BB2896

Text Example


Text Example

White with #BB2896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2896; }

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

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

background-color css

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

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

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

border-color css

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

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

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