#BB3493

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

Shades of Medium Red Violet #BB3493

Tints of Medium Red Violet #BB3493

Color information

#BB3493 (or 0xBB3493) is unknown color: approx Medium Red Violet. HEX triplet: BB, 34 and 93. RGB value is (187,52,147). Sum of RGB (Red+Green+Blue) = 187+52+147=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3493 is #44CB6C. Grayscale: #666666. Windows color (decimal): -4508525 or 9647291. OLE color: 9647291.

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

Color convert

RGB18752147-
CMYK00.720.210.27
HSL317.78º56.49%46.86%-
HSV(B)317.78º72.19%73.33%-
XYZ26.9915.1329.1-
YUV103.2152.73187.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.45%
GREEN value IS 52 (20.70% from 255) = 13.47%
BLUE value IS 147 (57.81% from 255) = 38.08%
R=48.45%
G=13.47%
B=38.08%

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
Decimal1875214700.720.210.27317.7856.4946.86
HexBB3493048151B13e382f
Octal27364223011025334767057
Binary1011101111010010010011010010001010111011100111110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3493; }

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

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

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

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

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

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

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

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