#B560F5

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

Shades of Medium Orchid #B560F5

Tints of Medium Orchid #B560F5

Color information

#B560F5 (or 0xB560F5) is unknown color: approx Medium Orchid. HEX triplet: B5, 60 and F5. RGB value is (181,96,245). Sum of RGB (Red+Green+Blue) = 181+96+245=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 96 (37.89% from 255 or 18.39% from 522); Blue value is 245 (96.09% from 255 or 46.93% from 522); Max value from RGB is 245 - color contains mainly: blue. Hex color #B560F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B560F5 is #4A9F0A. Grayscale: #898989. Windows color (decimal): -4890379 or 16081077. OLE color: 16081077.

HSL color Cylindrical-coordinate representation of color #B560F5: hue angle of 274.23º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B560F5 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18196245-
CMYK0.260.6100.04
HSL274.23º88.17%66.86%-
HSV(B)274.23º60.82%96.08%-
XYZ39.7224.7889.08-
YUV138.4188.16158.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.67%
GREEN value IS 96 (37.89% from 255) = 18.39%
BLUE value IS 245 (96.09% from 255) = 46.93%
R=34.67%
G=18.39%
B=46.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal181962450.260.6100.04274.2388.1766.86
HexB560F51A3D041125843
Octal265140365327504422130103
Binary1011010111000001111010111010111101010010001001010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B560F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B560F5; }

 p { color: rgb(181,96,245); }

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

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

 a { background-color: rgb(181,96,245); }

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

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

 span { border-color: rgb(181,96,245); }

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