#BB3593

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

Shades of Medium Red Violet #BB3593

Tints of Medium Red Violet #BB3593

Color information

#BB3593 (or 0xBB3593) is unknown color: approx Medium Red Violet. HEX triplet: BB, 35 and 93. RGB value is (187,53,147). Sum of RGB (Red+Green+Blue) = 187+53+147=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 53 (21.09% from 255 or 13.70% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3593 is #44CA6C. Grayscale: #676767. Windows color (decimal): -4508269 or 9647547. OLE color: 9647547.

HSL color Cylindrical-coordinate representation of color #BB3593: hue angle of 317.91º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB3593 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB18753147-
CMYK00.720.210.27
HSL317.91º55.83%47.06%-
HSV(B)317.91º71.66%73.33%-
XYZ27.0315.2229.12-
YUV103.78152.39187.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.32%
GREEN value IS 53 (21.09% from 255) = 13.70%
BLUE value IS 147 (57.81% from 255) = 37.98%
R=48.32%
G=13.70%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875314700.720.210.27317.9155.8347.06
HexBB3593048151B13e382f
Octal27365223011025334767057
Binary1011101111010110010011010010001010111011100111110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3593; }

 p { color: rgb(187,53,147); }

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

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

 a { background-color: rgb(187,53,147); }

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

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

 span { border-color: rgb(187,53,147); }

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