#BB279A

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

Shades of Medium Red Violet #BB279A

Tints of Medium Red Violet #BB279A

Color information

#BB279A (or 0xBB279A) is unknown color: approx Medium Red Violet. HEX triplet: BB, 27 and 9A. RGB value is (187,39,154). Sum of RGB (Red+Green+Blue) = 187+39+154=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB279A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB279A is #44D865. Grayscale: #606060. Windows color (decimal): -4511846 or 10102715. OLE color: 10102715.

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

Color convert

RGB18739154-
CMYK00.790.180.27
HSL313.38º65.49%44.31%-
HSV(B)313.38º79.14%73.33%-
XYZ27.0514.3531.92-
YUV96.36160.53192.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.21%
GREEN value IS 39 (15.62% from 255) = 10.26%
BLUE value IS 154 (60.55% from 255) = 40.53%
R=49.21%
G=10.26%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873915400.790.180.27313.3865.4944.31
HexBB279A04F121B139412c
Octal273472320117223347110154
Binary10111011100111100110100100111110010110111001110011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB279A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB279A; }

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

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

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

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

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

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

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

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