#B560FD

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

Shades of Medium Orchid #B560FD

Tints of Medium Orchid #B560FD

Color information

#B560FD (or 0xB560FD) is unknown color: approx Medium Orchid. HEX triplet: B5, 60 and FD. RGB value is (181,96,253). Sum of RGB (Red+Green+Blue) = 181+96+253=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 96 (37.89% from 255 or 18.11% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #B560FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B560FD is #4A9F02. Grayscale: #8A8A8A. Windows color (decimal): -4890371 or 16605365. OLE color: 16605365.

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

Color convert

RGB18196253-
CMYK0.280.6200.01
HSL272.48º97.52%68.43%-
HSV(B)272.48º62.06%99.22%-
XYZ40.9725.2895.65-
YUV139.31192.16157.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.15%
GREEN value IS 96 (37.89% from 255) = 18.11%
BLUE value IS 253 (99.22% from 255) = 47.74%
R=34.15%
G=18.11%
B=47.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal181962530.280.6200.01272.4897.5268.43
HexB560FD1C3E011106244
Octal265140375347601420142104
Binary10110101110000011111101111001111100110001000011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B560FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B560FD; }

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

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

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

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

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

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

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

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