#B560FA

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

Shades of Medium Orchid #B560FA

Tints of Medium Orchid #B560FA

Color information

#B560FA (or 0xB560FA) is unknown color: approx Medium Orchid. HEX triplet: B5, 60 and FA. RGB value is (181,96,250). Sum of RGB (Red+Green+Blue) = 181+96+250=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 96 (37.89% from 255 or 18.22% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #B560FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B560FA is #4A9F05. Grayscale: #8A8A8A. Windows color (decimal): -4890374 or 16408757. OLE color: 16408757.

HSL color Cylindrical-coordinate representation of color #B560FA: hue angle of 273.12º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B560FA is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18196250-
CMYK0.280.6200.02
HSL273.12º93.9%67.84%-
HSV(B)273.12º61.6%98.04%-
XYZ40.4925.0993.15-
YUV138.97190.66157.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.35%
GREEN value IS 96 (37.89% from 255) = 18.22%
BLUE value IS 250 (98.05% from 255) = 47.44%
R=34.35%
G=18.22%
B=47.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal181962500.280.6200.02273.1293.967.84
HexB560FA1C3E021115e44
Octal265140372347602421136104
Binary101101011100000111110101110011111001010001000110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B560FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B560FA; }

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

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

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

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

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

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

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

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