#BC52F8

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

Shades of Medium Orchid #BC52F8

Tints of Medium Orchid #BC52F8

Color information

#BC52F8 (or 0xBC52F8) is unknown color: approx Medium Orchid. HEX triplet: BC, 52 and F8. RGB value is (188,82,248). Sum of RGB (Red+Green+Blue) = 188+82+248=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 82 (32.42% from 255 or 15.83% from 518); Blue value is 248 (97.27% from 255 or 47.88% from 518); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC52F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC52F8 is #43AD07. Grayscale: #848484. Windows color (decimal): -4435208 or 16274108. OLE color: 16274108.

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

Color convert

RGB18882248-
CMYK0.240.6700.03
HSL278.31º92.22%64.71%-
HSV(B)278.31º66.94%97.25%-
XYZ40.723.591.2-
YUV132.62193.12167.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.29%
GREEN value IS 82 (32.42% from 255) = 15.83%
BLUE value IS 248 (97.27% from 255) = 47.88%
R=36.29%
G=15.83%
B=47.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal188822480.240.6700.03278.3192.2264.71
HexBC52F81843031165c41
Octal2741223703010303426134101
Binary1011110010100101111100011000100001101110001011010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC52F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC52F8; }

 p { color: rgb(188,82,248); }

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

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

 a { background-color: rgb(188,82,248); }

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

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

 span { border-color: rgb(188,82,248); }

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