#BB3E8B

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

Shades of Medium Red Violet #BB3E8B

Tints of Medium Red Violet #BB3E8B

Color information

#BB3E8B (or 0xBB3E8B) is unknown color: approx Medium Red Violet. HEX triplet: BB, 3E and 8B. RGB value is (187,62,139). Sum of RGB (Red+Green+Blue) = 187+62+139=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 62 (24.61% from 255 or 15.98% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3E8B is #44C174. Grayscale: #6B6B6B. Windows color (decimal): -4505973 or 9125563. OLE color: 9125563.

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

Color convert

RGB18762139-
CMYK00.670.260.27
HSL323.04º50.2%48.82%-
HSV(B)323.04º66.84%73.33%-
XYZ26.8815.8726.07-
YUV108.15145.41184.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.20%
GREEN value IS 62 (24.61% from 255) = 15.98%
BLUE value IS 139 (54.69% from 255) = 35.82%
R=48.20%
G=15.98%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876213900.670.260.27323.0450.248.82
HexBB3E8B0431A1B1433231
Octal27376213010332335036261
Binary1011101111111010001011010000111101011011101000011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3E8B; }

 p { color: rgb(187,62,139); }

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

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

 a { background-color: rgb(187,62,139); }

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

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

 span { border-color: rgb(187,62,139); }

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