Html Css Color HEX #BB2992 Medium Red Violet

📋 copy color: '#BB2992'

red 187 ◦ green 41 ◦ blue 146

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

Shades of Medium Red Violet #BB2992

Tints of Medium Red Violet #BB2992

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.96%

 BLUE value IS 146 (57.42% from 255) = 39.04%

R = 50%
G = 10.96%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB2992 (or 0xBB2992) is known color: Medium Red Violet. HEX triplet: BB, 29 and 92. RGB value is (187,41,146). Sum of RGB (Red+Green+Blue) = 187+41+146=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2992 is #44D66D. Grayscale: #606060. Windows color (decimal): -4511342 or 9578939. OLE color: 9578939.

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

Color convert

RGB 187 41 146 -
CMYK 0 0.78 0.22 0.27
HSL 316.85º 0.64% 0.45% -
HSV(B) 316.85º 0.78% 0.73% -
XYZ 26.47 14.23 28.54 -
YUV 96.62 155.87 192.46 -
System Red Green Blue C M Y K H S L
Decimal 187 41 146 0 0.78 0.22 0.27 316.85 0.64 0.45
Hex BB 29 92 0 4E 16 1B 13D 40 2D
Octal 273 51 222 0 116 26 33 475 100 55
Binary 10111011 101001 10010010 0 1001110 10110 11011 100111101 1000000 101101

Color Harmonies of #BB2992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2992

Black with #BB2992

Text Example


Text Example

White with #BB2992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2992; }

 p { color: rgb(187,41,146); }

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

background-color css

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

 a { background-color: rgb(187,41,146); }

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

border-color css

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

 span { border-color: rgb(187,41,146); }

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