#BB387F

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

Shades of Medium Red Violet #BB387F

Tints of Medium Red Violet #BB387F

Color information

#BB387F (or 0xBB387F) is unknown color: approx Medium Red Violet. HEX triplet: BB, 38 and 7F. RGB value is (187,56,127). Sum of RGB (Red+Green+Blue) = 187+56+127=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB387F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB387F is #44C780. Grayscale: #676767. Windows color (decimal): -4507521 or 8337595. OLE color: 8337595.

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

Color convert

RGB18756127-
CMYK00.700.320.27
HSL327.48º53.91%47.65%-
HSV(B)327.48º70.05%73.33%-
XYZ25.7414.9321.6-
YUV103.26141.4187.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.54%
GREEN value IS 56 (22.27% from 255) = 15.14%
BLUE value IS 127 (50% from 255) = 34.32%
R=50.54%
G=15.14%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875612700.700.320.27327.4853.9147.65
HexBB387F046201B1473630
Octal27370177010640335076660
Binary1011101111100011111110100011010000011011101000111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB387F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB387F; }

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

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

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

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

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

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

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

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