#B561F0

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

Shades of Medium Orchid #B561F0

Tints of Medium Orchid #B561F0

Color information

#B561F0 (or 0xB561F0) is unknown color: approx Medium Orchid. HEX triplet: B5, 61 and F0. RGB value is (181,97,240). Sum of RGB (Red+Green+Blue) = 181+97+240=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 240 (94.14% from 255 or 46.33% from 518); Max value from RGB is 240 - color contains mainly: blue. Hex color #B561F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B561F0 is #4A9E0F. Grayscale: #898989. Windows color (decimal): -4890128 or 15753653. OLE color: 15753653.

HSL color Cylindrical-coordinate representation of color #B561F0: hue angle of 275.24º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B561F0 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18197240-
CMYK0.250.6000.06
HSL275.24º82.66%66.08%-
HSV(B)275.24º59.58%94.12%-
XYZ39.0624.6685.14-
YUV138.42185.33158.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.94%
GREEN value IS 97 (38.28% from 255) = 18.73%
BLUE value IS 240 (94.14% from 255) = 46.33%
R=34.94%
G=18.73%
B=46.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal181972400.250.6000.06275.2482.6666.08
HexB561F0193C061135342
Octal265141360317406423123102
Binary1011010111000011111000011001111100011010001001110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B561F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B561F0; }

 p { color: rgb(181,97,240); }

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

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

 a { background-color: rgb(181,97,240); }

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

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

 span { border-color: rgb(181,97,240); }

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