#BC269F

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

Shades of Medium Red Violet #BC269F

Tints of Medium Red Violet #BC269F

Color information

#BC269F (or 0xBC269F) is unknown color: approx Medium Red Violet. HEX triplet: BC, 26 and 9F. RGB value is (188,38,159). Sum of RGB (Red+Green+Blue) = 188+38+159=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC269F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC269F is #43D960. Grayscale: #606060. Windows color (decimal): -4446561 or 10430140. OLE color: 10430140.

HSL color Cylindrical-coordinate representation of color #BC269F: hue angle of 311.6º 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 #BC269F is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB18838159-
CMYK00.800.150.26
HSL311.6º66.37%44.31%-
HSV(B)311.6º79.79%73.73%-
XYZ27.6914.5834.16-
YUV96.64163.2193.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.83%
GREEN value IS 38 (15.23% from 255) = 9.87%
BLUE value IS 159 (62.5% from 255) = 41.30%
R=48.83%
G=9.87%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1883815900.800.150.26311.666.3744.31
HexBC269F050F1A138422c
Octal274462370120173247010254
Binary1011110010011010011111010100001111110101001110001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC269F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC269F; }

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

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

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

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

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

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

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

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