#B660F6

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

Shades of Medium Orchid #B660F6

Tints of Medium Orchid #B660F6

Color information

#B660F6 (or 0xB660F6) is unknown color: approx Medium Orchid. HEX triplet: B6, 60 and F6. RGB value is (182,96,246). Sum of RGB (Red+Green+Blue) = 182+96+246=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 246 (96.48% from 255 or 46.95% from 524); Max value from RGB is 246 - color contains mainly: blue. Hex color #B660F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B660F6 is #499F09. Grayscale: #8A8A8A. Windows color (decimal): -4824842 or 16146614. OLE color: 16146614.

HSL color Cylindrical-coordinate representation of color #B660F6: hue angle of 274.4º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B660F6 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18296246-
CMYK0.260.6100.04
HSL274.4º89.29%67.06%-
HSV(B)274.4º60.98%96.47%-
XYZ40.1124.9689.89-
YUV138.81188.49158.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.73%
GREEN value IS 96 (37.89% from 255) = 18.32%
BLUE value IS 246 (96.48% from 255) = 46.95%
R=34.73%
G=18.32%
B=46.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal182962460.260.6100.04274.489.2967.06
HexB660F61A3D041125943
Octal266140366327504422131103
Binary1011011011000001111011011010111101010010001001010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B660F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B660F6; }

 p { color: rgb(182,96,246); }

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

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

 a { background-color: rgb(182,96,246); }

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

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

 span { border-color: rgb(182,96,246); }

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