#B661FA

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

Shades of Medium Orchid #B661FA

Tints of Medium Orchid #B661FA

Color information

#B661FA (or 0xB661FA) is unknown color: approx Medium Orchid. HEX triplet: B6, 61 and FA. RGB value is (182,97,250). Sum of RGB (Red+Green+Blue) = 182+97+250=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 97 (38.28% from 255 or 18.34% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #B661FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B661FA is #499E05. Grayscale: #8B8B8B. Windows color (decimal): -4824582 or 16409014. OLE color: 16409014.

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

Color convert

RGB18297250-
CMYK0.270.6100.02
HSL273.33º93.87%68.04%-
HSV(B)273.33º61.2%98.04%-
XYZ40.8225.493.19-
YUV139.86190.16158.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.40%
GREEN value IS 97 (38.28% from 255) = 18.34%
BLUE value IS 250 (98.05% from 255) = 47.26%
R=34.40%
G=18.34%
B=47.26%

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
Decimal182972500.270.6100.02273.3393.8768.04
HexB661FA1B3D021115e44
Octal266141372337502421136104
Binary101101101100001111110101101111110101010001000110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B661FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B661FA; }

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

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

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

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

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

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

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

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