#B053EC

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

Shades of Medium Orchid #B053EC

Tints of Medium Orchid #B053EC

Color information

#B053EC (or 0xB053EC) is unknown color: approx Medium Orchid. HEX triplet: B0, 53 and EC. RGB value is (176,83,236). Sum of RGB (Red+Green+Blue) = 176+83+236=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 83 (32.81% from 255 or 16.77% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #B053EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B053EC is #4FAC13. Grayscale: #7F7F7F. Windows color (decimal): -5221396 or 15487920. OLE color: 15487920.

HSL color Cylindrical-coordinate representation of color #B053EC: hue angle of 276.47º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B053EC is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17683236-
CMYK0.250.6500.07
HSL276.47º80.1%62.55%-
HSV(B)276.47º64.83%92.55%-
XYZ36.1421.4781.6-
YUV128.25188.81162.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.56%
GREEN value IS 83 (32.81% from 255) = 16.77%
BLUE value IS 236 (92.58% from 255) = 47.68%
R=35.56%
G=16.77%
B=47.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal176832360.250.6500.07276.4780.162.55
HexB053EC194107114503f
Octal260123354311010742412077
Binary1011000010100111110110011001100000101111000101001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B053EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B053EC; }

 p { color: rgb(176,83,236); }

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

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

 a { background-color: rgb(176,83,236); }

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

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

 span { border-color: rgb(176,83,236); }

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