#BB407F

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

Shades of Medium Red Violet #BB407F

Tints of Medium Red Violet #BB407F

Color information

#BB407F (or 0xBB407F) is unknown color: approx Medium Red Violet. HEX triplet: BB, 40 and 7F. RGB value is (187,64,127). Sum of RGB (Red+Green+Blue) = 187+64+127=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB407F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB407F is #44BF80. Grayscale: #6B6B6B. Windows color (decimal): -4505473 or 8339643. OLE color: 8339643.

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

Color convert

RGB18764127-
CMYK00.660.320.27
HSL329.27º49%49.22%-
HSV(B)329.27º65.78%73.33%-
XYZ26.1615.7621.74-
YUV107.96138.75184.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.47%
GREEN value IS 64 (25.39% from 255) = 16.93%
BLUE value IS 127 (50% from 255) = 33.60%
R=49.47%
G=16.93%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876412700.660.320.27329.274949.22
HexBB407F042201B1493131
Octal273100177010240335116161
Binary10111011100000011111110100001010000011011101001001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB407F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB407F; }

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

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

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

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

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

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

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

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