#BB2695

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

Shades of Medium Red Violet #BB2695

Tints of Medium Red Violet #BB2695

Color information

#BB2695 (or 0xBB2695) is unknown color: approx Medium Red Violet. HEX triplet: BB, 26 and 95. RGB value is (187,38,149). Sum of RGB (Red+Green+Blue) = 187+38+149=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 38 (15.23% from 255 or 10.16% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2695 is #44D96A. Grayscale: #5E5E5E. Windows color (decimal): -4512107 or 9774779. OLE color: 9774779.

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

Color convert

RGB18738149-
CMYK00.800.200.27
HSL315.3º66.22%44.12%-
HSV(B)315.3º79.68%73.33%-
XYZ26.6114.1229.76-
YUV95.2158.36193.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50%
GREEN value IS 38 (15.23% from 255) = 10.16%
BLUE value IS 149 (58.59% from 255) = 39.84%
R=50%
G=10.16%
B=39.84%

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
Decimal1873814900.800.200.27315.366.2244.12
HexBB2695050141B13b422c
Octal273462250120243347310254
Binary10111011100110100101010101000010100110111001110111000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2695; }

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

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

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

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

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

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

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

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