#BC52FE

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

Shades of Medium Orchid #BC52FE

Tints of Medium Orchid #BC52FE

Color information

#BC52FE (or 0xBC52FE) is unknown color: approx Medium Orchid. HEX triplet: BC, 52 and FE. RGB value is (188,82,254). Sum of RGB (Red+Green+Blue) = 188+82+254=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 82 (32.42% from 255 or 15.65% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC52FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC52FE is #43AD01. Grayscale: #848484. Windows color (decimal): -4435202 or 16667324. OLE color: 16667324.

HSL color Cylindrical-coordinate representation of color #BC52FE: hue angle of 276.98º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC52FE is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB18882254-
CMYK0.260.6800.00
HSL276.98º98.85%65.88%-
HSV(B)276.98º67.72%99.61%-
XYZ41.6523.8896.18-
YUV133.3196.12167.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.88%
GREEN value IS 82 (32.42% from 255) = 15.65%
BLUE value IS 254 (99.61% from 255) = 48.47%
R=35.88%
G=15.65%
B=48.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal188822540.260.6800.00276.9898.8565.88
HexBC52FE1A44001156342
Octal2741223763210400425143102
Binary101111001010010111111101101010001000010001010111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC52FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC52FE; }

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

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

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

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

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

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

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

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