#BB2595

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

Shades of Medium Red Violet #BB2595

Tints of Medium Red Violet #BB2595

Color information

#BB2595 (or 0xBB2595) is unknown color: approx Medium Red Violet. HEX triplet: BB, 25 and 95. RGB value is (187,37,149). Sum of RGB (Red+Green+Blue) = 187+37+149=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2595 is #44DA6A. Grayscale: #5E5E5E. Windows color (decimal): -4512363 or 9774523. OLE color: 9774523.

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

Color convert

RGB18737149-
CMYK00.800.200.27
HSL315.2º66.96%43.92%-
HSV(B)315.2º80.21%73.33%-
XYZ26.5814.0629.75-
YUV94.62158.7193.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.13%
GREEN value IS 37 (14.84% from 255) = 9.92%
BLUE value IS 149 (58.59% from 255) = 39.95%
R=50.13%
G=9.92%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873714900.800.200.27315.266.9643.92
HexBB2595050141B13b432c
Octal273452250120243347310354
Binary10111011100101100101010101000010100110111001110111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2595; }

 p { color: rgb(187,37,149); }

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

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

 a { background-color: rgb(187,37,149); }

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

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

 span { border-color: rgb(187,37,149); }

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