#BC41CF

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

Shades of Medium Orchid #BC41CF

Tints of Medium Orchid #BC41CF

Color information

#BC41CF (or 0xBC41CF) is unknown color: approx Medium Orchid. HEX triplet: BC, 41 and CF. RGB value is (188,65,207). Sum of RGB (Red+Green+Blue) = 188+65+207=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 65 (25.78% from 255 or 14.13% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC41CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC41CF is #43BE30. Grayscale: #757575. Windows color (decimal): -4439601 or 13582780. OLE color: 13582780.

HSL color Cylindrical-coordinate representation of color #BC41CF: hue angle of 291.97º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC41CF is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18865207-
CMYK0.090.6900.19
HSL291.97º59.66%53.33%-
HSV(B)291.97º68.6%81.18%-
XYZ33.8918.9860.91-
YUV117.96178.25177.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.87%
GREEN value IS 65 (25.78% from 255) = 14.13%
BLUE value IS 207 (81.25% from 255) = 45%
R=40.87%
G=14.13%
B=45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal188652070.090.6900.19291.9759.6653.33
HexBC41CF9450131243c35
Octal274101317111050234447465
Binary1011110010000011100111110011000101010011100100100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC41CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC41CF; }

 p { color: rgb(188,65,207); }

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

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

 a { background-color: rgb(188,65,207); }

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

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

 span { border-color: rgb(188,65,207); }

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