#BB3494

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

Shades of Medium Red Violet #BB3494

Tints of Medium Red Violet #BB3494

Color information

#BB3494 (or 0xBB3494) is unknown color: approx Medium Red Violet. HEX triplet: BB, 34 and 94. RGB value is (187,52,148). Sum of RGB (Red+Green+Blue) = 187+52+148=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3494 is #44CB6B. Grayscale: #676767. Windows color (decimal): -4508524 or 9712827. OLE color: 9712827.

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

Color convert

RGB18752148-
CMYK00.720.210.27
HSL317.33º56.49%46.86%-
HSV(B)317.33º72.19%73.33%-
XYZ27.0715.1629.52-
YUV103.31153.23187.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.32%
GREEN value IS 52 (20.70% from 255) = 13.44%
BLUE value IS 148 (58.20% from 255) = 38.24%
R=48.32%
G=13.44%
B=38.24%

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
Decimal1875214800.720.210.27317.3356.4946.86
HexBB3494048151B13d382f
Octal27364224011025334757057
Binary1011101111010010010100010010001010111011100111101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3494; }

 p { color: rgb(187,52,148); }

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

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

 a { background-color: rgb(187,52,148); }

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

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

 span { border-color: rgb(187,52,148); }

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