#BB427F

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

Shades of Medium Red Violet #BB427F

Tints of Medium Red Violet #BB427F

Color information

#BB427F (or 0xBB427F) is unknown color: approx Medium Red Violet. HEX triplet: BB, 42 and 7F. RGB value is (187,66,127). Sum of RGB (Red+Green+Blue) = 187+66+127=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB427F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB427F is #44BD80. Grayscale: #6D6D6D. Windows color (decimal): -4504961 or 8340155. OLE color: 8340155.

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

Color convert

RGB18766127-
CMYK00.650.320.27
HSL329.75º47.83%49.61%-
HSV(B)329.75º64.71%73.33%-
XYZ26.2715.9921.78-
YUV109.13138.09183.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.21%
GREEN value IS 66 (26.17% from 255) = 17.37%
BLUE value IS 127 (50% from 255) = 33.42%
R=49.21%
G=17.37%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876612700.650.320.27329.7547.8349.61
HexBB427F041201B14a3032
Octal273102177010140335126062
Binary10111011100001011111110100000110000011011101001010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB427F; }

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

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

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

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

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

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

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

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