#B663F9

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

Shades of Medium Orchid #B663F9

Tints of Medium Orchid #B663F9

Color information

#B663F9 (or 0xB663F9) is unknown color: approx Medium Orchid. HEX triplet: B6, 63 and F9. RGB value is (182,99,249). Sum of RGB (Red+Green+Blue) = 182+99+249=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 99 (39.06% from 255 or 18.68% from 530); Blue value is 249 (97.66% from 255 or 46.98% from 530); Max value from RGB is 249 - color contains mainly: blue. Hex color #B663F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B663F9 is #499C06. Grayscale: #8C8C8C. Windows color (decimal): -4824071 or 16343990. OLE color: 16343990.

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

Color convert

RGB18299249-
CMYK0.270.6000.02
HSL273.2º92.59%68.24%-
HSV(B)273.2º60.24%97.65%-
XYZ40.8525.7192.43-
YUV140.92189157.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.34%
GREEN value IS 99 (39.06% from 255) = 18.68%
BLUE value IS 249 (97.66% from 255) = 46.98%
R=34.34%
G=18.68%
B=46.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal182992490.270.6000.02273.292.5968.24
HexB663F91B3C021115d44
Octal266143371337402421135104
Binary101101101100011111110011101111110001010001000110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B663F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B663F9; }

 p { color: rgb(182,99,249); }

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

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

 a { background-color: rgb(182,99,249); }

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

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

 span { border-color: rgb(182,99,249); }

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