#BC42F7

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

Shades of Medium Orchid #BC42F7

Tints of Medium Orchid #BC42F7

Color information

#BC42F7 (or 0xBC42F7) is unknown color: approx Medium Orchid. HEX triplet: BC, 42 and F7. RGB value is (188,66,247). Sum of RGB (Red+Green+Blue) = 188+66+247=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 66 (26.17% from 255 or 13.17% from 501); Blue value is 247 (96.88% from 255 or 49.30% from 501); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC42F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC42F7 is #43BD08. Grayscale: #7A7A7A. Windows color (decimal): -4439305 or 16204476. OLE color: 16204476.

HSL color Cylindrical-coordinate representation of color #BC42F7: hue angle of 280.44º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC42F7 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB18866247-
CMYK0.240.7300.03
HSL280.44º91.88%61.37%-
HSV(B)280.44º73.28%96.86%-
XYZ39.4821.390.03-
YUV123.11197.92174.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.52%
GREEN value IS 66 (26.17% from 255) = 13.17%
BLUE value IS 247 (96.88% from 255) = 49.30%
R=37.52%
G=13.17%
B=49.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal188662470.240.7300.03280.4491.8861.37
HexBC42F71849031185c3d
Octal274102367301110343013475
Binary101111001000010111101111100010010010111000110001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC42F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC42F7; }

 p { color: rgb(188,66,247); }

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

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

 a { background-color: rgb(188,66,247); }

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

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

 span { border-color: rgb(188,66,247); }

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