#BB4095

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

Shades of Medium Red Violet #BB4095

Tints of Medium Red Violet #BB4095

Color information

#BB4095 (or 0xBB4095) is unknown color: approx Medium Red Violet. HEX triplet: BB, 40 and 95. RGB value is (187,64,149). Sum of RGB (Red+Green+Blue) = 187+64+149=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4095 is #44BF6A. Grayscale: #6E6E6E. Windows color (decimal): -4505451 or 9781435. OLE color: 9781435.

HSL color Cylindrical-coordinate representation of color #BB4095: hue angle of 318.54º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB4095 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB18764149-
CMYK00.660.200.27
HSL318.54º49%49.22%-
HSV(B)318.54º65.78%73.33%-
XYZ27.7516.430.14-
YUV110.47149.75182.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.75%
GREEN value IS 64 (25.39% from 255) = 16%
BLUE value IS 149 (58.59% from 255) = 37.25%
R=46.75%
G=16%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876414900.660.200.27318.544949.22
HexBB4095042141B13f3131
Octal273100225010224334776161
Binary10111011100000010010101010000101010011011100111111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4095; }

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

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

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

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

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

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

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

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