#BC27AD

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

Shades of Medium Red Violet #BC27AD

Tints of Medium Red Violet #BC27AD

Color information

#BC27AD (or 0xBC27AD) is unknown color: approx Medium Red Violet. HEX triplet: BC, 27 and AD. RGB value is (188,39,173). Sum of RGB (Red+Green+Blue) = 188+39+173=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 39 (15.62% from 255 or 9.75% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC27AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC27AD is #43D852. Grayscale: #626262. Windows color (decimal): -4446291 or 11347900. OLE color: 11347900.

HSL color Cylindrical-coordinate representation of color #BC27AD: hue angle of 306.04º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC27AD is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB18839173-
CMYK00.790.080.26
HSL306.04º65.64%44.51%-
HSV(B)306.04º79.26%73.73%-
XYZ29.0115.1640.93-
YUV98.83169.86191.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47%
GREEN value IS 39 (15.62% from 255) = 9.75%
BLUE value IS 173 (67.97% from 255) = 43.25%
R=47%
G=9.75%
B=43.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1883917300.790.080.26306.0465.6444.51
HexBC27AD04F81A132422d
Octal274472550117103246210255
Binary1011110010011110101101010011111000110101001100101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC27AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC27AD; }

 p { color: rgb(188,39,173); }

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

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

 a { background-color: rgb(188,39,173); }

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

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

 span { border-color: rgb(188,39,173); }

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