#B561FA

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

Shades of Medium Orchid #B561FA

Tints of Medium Orchid #B561FA

Color information

#B561FA (or 0xB561FA) is unknown color: approx Medium Orchid. HEX triplet: B5, 61 and FA. RGB value is (181,97,250). Sum of RGB (Red+Green+Blue) = 181+97+250=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 97 (38.28% from 255 or 18.37% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #B561FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B561FA is #4A9E05. Grayscale: #8B8B8B. Windows color (decimal): -4890118 or 16409013. OLE color: 16409013.

HSL color Cylindrical-coordinate representation of color #B561FA: hue angle of 272.94º degrees, saturation: 0.94, 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 #B561FA is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18197250-
CMYK0.280.6100.02
HSL272.94º93.87%68.04%-
HSV(B)272.94º61.2%98.04%-
XYZ40.5925.2893.18-
YUV139.56190.33157.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.28%
GREEN value IS 97 (38.28% from 255) = 18.37%
BLUE value IS 250 (98.05% from 255) = 47.35%
R=34.28%
G=18.37%
B=47.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal181972500.280.6100.02272.9493.8768.04
HexB561FA1C3D021115e44
Octal265141372347502421136104
Binary101101011100001111110101110011110101010001000110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B561FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B561FA; }

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

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

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

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

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

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

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

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