#bc217f

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

Shades of Medium Violet Red #BC217F

Tints of Medium Violet Red #BC217F

Color information

#BC217F (or 0xBC217F) is unknown color: approx Medium Violet Red. HEX triplet: BC, 21 and 7F. RGB value is (188,33,127). Sum of RGB (Red+Green+Blue) = 188+33+127=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC217F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC217F is #43DE80. Grayscale: #595959. Windows color (decimal): -4447873 or 8331708. OLE color: 8331708.

HSL color Cylindrical-coordinate representation of color #BC217F: hue angle of 323.61º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC217F is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB18833127-
CMYK00.820.320.26
HSL323.61º70.14%43.33%-
HSV(B)323.61º82.45%73.73%-
XYZ25.1113.3121.32-
YUV90.06148.85197.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.02%
GREEN value IS 33 (13.28% from 255) = 9.48%
BLUE value IS 127 (50% from 255) = 36.49%
R=54.02%
G=9.48%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1883312700.820.320.26323.6170.1443.33
HexBC217F052201A144462b
Octal274411770122403250410653
Binary10111100100001111111101010010100000110101010001001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc217f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc217f; }

 p { color: rgb(188,33,127); }

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

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

 a { background-color: rgb(188,33,127); }

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

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

 span { border-color: rgb(188,33,127); }

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