#B053F0

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

Shades of Medium Orchid #B053F0

Tints of Medium Orchid #B053F0

Color information

#B053F0 (or 0xB053F0) is unknown color: approx Medium Orchid. HEX triplet: B0, 53 and F0. RGB value is (176,83,240). Sum of RGB (Red+Green+Blue) = 176+83+240=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 83 (32.81% from 255 or 16.63% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 240 - color contains mainly: blue. Hex color #B053F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B053F0 is #4FAC0F. Grayscale: #808080. Windows color (decimal): -5221392 or 15750064. OLE color: 15750064.

HSL color Cylindrical-coordinate representation of color #B053F0: hue angle of 275.54º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B053F0 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17683240-
CMYK0.270.6500.06
HSL275.54º83.96%63.33%-
HSV(B)275.54º65.42%94.12%-
XYZ36.7321.7184.69-
YUV128.7190.81161.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.27%
GREEN value IS 83 (32.81% from 255) = 16.63%
BLUE value IS 240 (94.14% from 255) = 48.10%
R=35.27%
G=16.63%
B=48.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal176832400.270.6500.06275.5483.9663.33
HexB053F01B4106114543f
Octal260123360331010642412477
Binary1011000010100111111000011011100000101101000101001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B053F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B053F0; }

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

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

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

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

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

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

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

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