#B561F9

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

Shades of Medium Orchid #B561F9

Tints of Medium Orchid #B561F9

Color information

#B561F9 (or 0xB561F9) is unknown color: approx Medium Orchid. HEX triplet: B5, 61 and F9. RGB value is (181,97,249). Sum of RGB (Red+Green+Blue) = 181+97+249=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 97 (38.28% from 255 or 18.41% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 249 - color contains mainly: blue. Hex color #B561F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B561F9 is #4A9E06. Grayscale: #8A8A8A. Windows color (decimal): -4890119 or 16343477. OLE color: 16343477.

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

Color convert

RGB18197249-
CMYK0.270.6100.02
HSL273.16º92.68%67.84%-
HSV(B)273.16º61.04%97.65%-
XYZ40.4325.2192.36-
YUV139.44189.83157.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.35%
GREEN value IS 97 (38.28% from 255) = 18.41%
BLUE value IS 249 (97.66% from 255) = 47.25%
R=34.35%
G=18.41%
B=47.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal181972490.270.6100.02273.1692.6867.84
HexB561F91B3D021115d44
Octal265141371337502421135104
Binary101101011100001111110011101111110101010001000110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B561F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B561F9; }

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

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

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

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

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

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

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

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