#BB277F

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

Shades of Medium Red Violet #BB277F

Tints of Medium Red Violet #BB277F

Color information

#BB277F (or 0xBB277F) is unknown color: approx Medium Red Violet. HEX triplet: BB, 27 and 7F. RGB value is (187,39,127). Sum of RGB (Red+Green+Blue) = 187+39+127=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB277F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB277F is #44D880. Grayscale: #5D5D5D. Windows color (decimal): -4511873 or 8333243. OLE color: 8333243.

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

Color convert

RGB18739127-
CMYK00.790.320.27
HSL324.32º65.49%44.31%-
HSV(B)324.32º79.14%73.33%-
XYZ25.0513.5521.37-
YUV93.28147.03194.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.97%
GREEN value IS 39 (15.62% from 255) = 11.05%
BLUE value IS 127 (50% from 255) = 35.98%
R=52.97%
G=11.05%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873912700.790.320.27324.3265.4944.31
HexBB277F04F201B144412c
Octal273471770117403350410154
Binary10111011100111111111101001111100000110111010001001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB277F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB277F; }

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

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

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

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

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

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

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

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