#B053F9

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

Shades of Medium Orchid #B053F9

Tints of Medium Orchid #B053F9

Color information

#B053F9 (or 0xB053F9) is unknown color: approx Medium Orchid. HEX triplet: B0, 53 and F9. RGB value is (176,83,249). Sum of RGB (Red+Green+Blue) = 176+83+249=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 83 (32.81% from 255 or 16.34% from 508); Blue value is 249 (97.66% from 255 or 49.02% from 508); Max value from RGB is 249 - color contains mainly: blue. Hex color #B053F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B053F9 is #4FAC06. Grayscale: #818181. Windows color (decimal): -5221383 or 16339888. OLE color: 16339888.

HSL color Cylindrical-coordinate representation of color #B053F9: hue angle of 273.61º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B053F9 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17683249-
CMYK0.290.6700.02
HSL273.61º93.26%65.1%-
HSV(B)273.61º66.67%97.65%-
XYZ38.122.2691.91-
YUV129.73195.31161-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.65%
GREEN value IS 83 (32.81% from 255) = 16.34%
BLUE value IS 249 (97.66% from 255) = 49.02%
R=34.65%
G=16.34%
B=49.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal176832490.290.6700.02273.6193.2665.1
HexB053F91D43021125d41
Octal2601233713510302422135101
Binary1011000010100111111100111101100001101010001001010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B053F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B053F9; }

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

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

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

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

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

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

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

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