Html Css Color HEX #BB2696 Medium Red Violet

📋 copy color: '#BB2696'

red 187 ◦ green 38 ◦ blue 150

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

Shades of Medium Red Violet #BB2696

Tints of Medium Red Violet #BB2696

RGB

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

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

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

R = 49.87%
G = 10.13%
B = 40%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB2696 (or 0xBB2696) is known color: Medium Red Violet. HEX triplet: BB, 26 and 96. RGB value is (187,38,150). Sum of RGB (Red+Green+Blue) = 187+38+150=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 38 (15.23% from 255 or 10.13% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2696 is #44D969. Grayscale: #5F5F5F. Windows color (decimal): -4512106 or 9840315. OLE color: 9840315.

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

Color convert

RGB 187 38 150 -
CMYK 0 0.80 0.20 0.27
HSL 314.9º 0.66% 0.44% -
HSV(B) 314.9º 0.8% 0.73% -
XYZ 26.69 14.15 30.18 -
YUV 95.32 158.86 193.39 -
System Red Green Blue C M Y K H S L
Decimal 187 38 150 0 0.80 0.20 0.27 314.9 0.66 0.44
Hex BB 26 96 0 50 14 1B 13B 42 2C
Octal 273 46 226 0 120 24 33 473 102 54
Binary 10111011 100110 10010110 0 1010000 10100 11011 100111011 1000010 101100

Color Harmonies of #BB2696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2696

Black with #BB2696

Text Example


Text Example

White with #BB2696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2696; }

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

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

background-color css

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

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

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

border-color css

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

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

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