#BC26A2

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

Shades of Medium Red Violet #BC26A2

Tints of Medium Red Violet #BC26A2

Color information

#BC26A2 (or 0xBC26A2) is unknown color: approx Medium Red Violet. HEX triplet: BC, 26 and A2. RGB value is (188,38,162). Sum of RGB (Red+Green+Blue) = 188+38+162=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC26A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC26A2 is #43D95D. Grayscale: #606060. Windows color (decimal): -4446558 or 10626748. OLE color: 10626748.

HSL color Cylindrical-coordinate representation of color #BC26A2: hue angle of 310.4º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC26A2 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB18838162-
CMYK00.800.140.26
HSL310.4º66.37%44.31%-
HSV(B)310.4º79.79%73.73%-
XYZ27.9514.6935.54-
YUV96.99164.7192.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.45%
GREEN value IS 38 (15.23% from 255) = 9.79%
BLUE value IS 162 (63.67% from 255) = 41.75%
R=48.45%
G=9.79%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1883816200.800.140.26310.466.3744.31
HexBC26A2050E1A136422c
Octal274462420120163246610254
Binary1011110010011010100010010100001110110101001101101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC26A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC26A2; }

 p { color: rgb(188,38,162); }

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

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

 a { background-color: rgb(188,38,162); }

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

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

 span { border-color: rgb(188,38,162); }

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