#bc1875

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

Shades of Medium Violet Red #BC1875

Tints of Medium Violet Red #BC1875

Color information

#BC1875 (or 0xBC1875) is unknown color: approx Medium Violet Red. HEX triplet: BC, 18 and 75. RGB value is (188,24,117). Sum of RGB (Red+Green+Blue) = 188+24+117=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1875 is #43E78A. Grayscale: #535353. Windows color (decimal): -4450187 or 7674044. OLE color: 7674044.

HSL color Cylindrical-coordinate representation of color #BC1875: hue angle of 325.98º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1875 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB18824117-
CMYK00.870.380.26
HSL325.98º77.36%41.57%-
HSV(B)325.98º87.23%73.73%-
XYZ24.2812.6317.99-
YUV83.64146.83202.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.14%
GREEN value IS 24 (9.77% from 255) = 7.29%
BLUE value IS 117 (46.09% from 255) = 35.56%
R=57.14%
G=7.29%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1882411700.870.380.26325.9877.3641.57
HexBC1875057261A1464d2a
Octal274301650127463250611552
Binary1011110011000111010101010111100110110101010001101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc1875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc1875; }

 p { color: rgb(188,24,117); }

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

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

 a { background-color: rgb(188,24,117); }

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

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

 span { border-color: rgb(188,24,117); }

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