#B563FA

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

Shades of Medium Orchid #B563FA

Tints of Medium Orchid #B563FA

Color information

#B563FA (or 0xB563FA) is unknown color: approx Medium Orchid. HEX triplet: B5, 63 and FA. RGB value is (181,99,250). Sum of RGB (Red+Green+Blue) = 181+99+250=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 99 (39.06% from 255 or 18.68% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #B563FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B563FA is #4A9C05. Grayscale: #8C8C8C. Windows color (decimal): -4889606 or 16409525. OLE color: 16409525.

HSL color Cylindrical-coordinate representation of color #B563FA: hue angle of 272.58º degrees, saturation: 0.94, 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 #B563FA is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18199250-
CMYK0.280.6000.02
HSL272.58º93.79%68.43%-
HSV(B)272.58º60.4%98.04%-
XYZ40.7725.6593.24-
YUV140.73189.67156.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.15%
GREEN value IS 99 (39.06% from 255) = 18.68%
BLUE value IS 250 (98.05% from 255) = 47.17%
R=34.15%
G=18.68%
B=47.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal181992500.280.6000.02272.5893.7968.43
HexB563FA1C3C021115e44
Octal265143372347402421136104
Binary101101011100011111110101110011110001010001000110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B563FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B563FA; }

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

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

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

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

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

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

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

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