#BB397D

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

Shades of Medium Red Violet #BB397D

Tints of Medium Red Violet #BB397D

Color information

#BB397D (or 0xBB397D) is unknown color: approx Medium Red Violet. HEX triplet: BB, 39 and 7D. RGB value is (187,57,125). Sum of RGB (Red+Green+Blue) = 187+57+125=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB397D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB397D is #44C682. Grayscale: #676767. Windows color (decimal): -4507267 or 8206779. OLE color: 8206779.

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

Color convert

RGB18757125-
CMYK00.700.330.27
HSL328.62º53.28%47.84%-
HSV(B)328.62º69.52%73.33%-
XYZ25.6614.9720.94-
YUV103.62140.07187.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.68%
GREEN value IS 57 (22.66% from 255) = 15.45%
BLUE value IS 125 (49.22% from 255) = 33.88%
R=50.68%
G=15.45%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875712500.700.330.27328.6253.2847.84
HexBB397D046211B1493530
Octal27371175010641335116560
Binary1011101111100111111010100011010000111011101001001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB397D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB397D; }

 p { color: rgb(187,57,125); }

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

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

 a { background-color: rgb(187,57,125); }

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

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

 span { border-color: rgb(187,57,125); }

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