#BB388B

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

Shades of Medium Red Violet #BB388B

Tints of Medium Red Violet #BB388B

Color information

#BB388B (or 0xBB388B) is unknown color: approx Medium Red Violet. HEX triplet: BB, 38 and 8B. RGB value is (187,56,139). Sum of RGB (Red+Green+Blue) = 187+56+139=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB388B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB388B is #44C774. Grayscale: #686868. Windows color (decimal): -4507509 or 9124027. OLE color: 9124027.

HSL color Cylindrical-coordinate representation of color #BB388B: hue angle of 321.98º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB388B is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB18756139-
CMYK00.700.260.27
HSL321.98º53.91%47.65%-
HSV(B)321.98º70.05%73.33%-
XYZ26.5715.2625.97-
YUV104.63147.4186.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.95%
GREEN value IS 56 (22.27% from 255) = 14.66%
BLUE value IS 139 (54.69% from 255) = 36.39%
R=48.95%
G=14.66%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875613900.700.260.27321.9853.9147.65
HexBB388B0461A1B1423630
Octal27370213010632335026660
Binary1011101111100010001011010001101101011011101000010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB388B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB388B; }

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

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

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

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

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

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

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

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