#BB2792

Color #BB2792 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #BB2792

Tints of Medium Red Violet #BB2792

Color information

#BB2792 (or 0xBB2792) is unknown color: approx Medium Red Violet. HEX triplet: BB, 27 and 92. RGB value is (187,39,146). Sum of RGB (Red+Green+Blue) = 187+39+146=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 39 (15.62% from 255 or 10.48% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2792 is #44D86D. Grayscale: #5F5F5F. Windows color (decimal): -4511854 or 9578427. OLE color: 9578427.

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

Color convert

RGB18739146-
CMYK00.790.220.27
HSL316.62º65.49%44.31%-
HSV(B)316.62º79.14%73.33%-
XYZ26.4114.0928.52-
YUV95.45156.53193.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.27%
GREEN value IS 39 (15.62% from 255) = 10.48%
BLUE value IS 146 (57.42% from 255) = 39.25%
R=50.27%
G=10.48%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873914600.790.220.27316.6265.4944.31
HexBB279204F161B13d412c
Octal273472220117263347510154
Binary10111011100111100100100100111110110110111001111011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2792; }

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

 H1.HeaderClassName
 {
   color: #BB2792;
 }
 .AnyTagClassName
 {
   color: #BB2792;
 }
</style>
background-color css

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

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

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

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

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

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