#B563F9

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

Shades of Medium Orchid #B563F9

Tints of Medium Orchid #B563F9

Color information

#B563F9 (or 0xB563F9) is unknown color: approx Medium Orchid. HEX triplet: B5, 63 and F9. RGB value is (181,99,249). Sum of RGB (Red+Green+Blue) = 181+99+249=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 249 (97.66% from 255 or 47.07% from 529); Max value from RGB is 249 - color contains mainly: blue. Hex color #B563F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B563F9 is #4A9C06. Grayscale: #8C8C8C. Windows color (decimal): -4889607 or 16343989. OLE color: 16343989.

HSL color Cylindrical-coordinate representation of color #B563F9: hue angle of 272.8º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B563F9 is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18199249-
CMYK0.270.6000.02
HSL272.8º92.59%68.24%-
HSV(B)272.8º60.24%97.65%-
XYZ40.6225.5992.42-
YUV140.62189.17156.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.22%
GREEN value IS 99 (39.06% from 255) = 18.71%
BLUE value IS 249 (97.66% from 255) = 47.07%
R=34.22%
G=18.71%
B=47.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal181992490.270.6000.02272.892.5968.24
HexB563F91B3C021115d44
Octal265143371337402421135104
Binary101101011100011111110011101111110001010001000110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B563F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B563F9; }

 p { color: rgb(181,99,249); }

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

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

 a { background-color: rgb(181,99,249); }

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

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

 span { border-color: rgb(181,99,249); }

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