#BB3B95

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

Shades of Medium Red Violet #BB3B95

Tints of Medium Red Violet #BB3B95

Color information

#BB3B95 (or 0xBB3B95) is unknown color: approx Medium Red Violet. HEX triplet: BB, 3B and 95. RGB value is (187,59,149). Sum of RGB (Red+Green+Blue) = 187+59+149=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 59 (23.44% from 255 or 14.94% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3B95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3B95 is #44C46A. Grayscale: #6B6B6B. Windows color (decimal): -4506731 or 9780155. OLE color: 9780155.

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

Color convert

RGB18759149-
CMYK00.680.200.27
HSL317.81º52.03%48.24%-
HSV(B)317.81º68.45%73.33%-
XYZ27.4815.8630.05-
YUV107.53151.41184.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.34%
GREEN value IS 59 (23.44% from 255) = 14.94%
BLUE value IS 149 (58.59% from 255) = 37.72%
R=47.34%
G=14.94%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875914900.680.200.27317.8152.0348.24
HexBB3B95044141B13e3430
Octal27373225010424334766460
Binary1011101111101110010101010001001010011011100111110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3B95; }

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

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

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

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

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

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

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

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