#B660FA

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

Shades of Medium Orchid #B660FA

Tints of Medium Orchid #B660FA

Color information

#B660FA (or 0xB660FA) is unknown color: approx Medium Orchid. HEX triplet: B6, 60 and FA. RGB value is (182,96,250). Sum of RGB (Red+Green+Blue) = 182+96+250=528 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.47% from 528); Green value is 96 (37.89% from 255 or 18.18% 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 #B660FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B660FA is #499F05. Grayscale: #8A8A8A. Windows color (decimal): -4824838 or 16408758. OLE color: 16408758.

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

Color convert

RGB18296250-
CMYK0.270.6200.02
HSL273.51º93.9%67.84%-
HSV(B)273.51º61.6%98.04%-
XYZ40.7325.2193.16-
YUV139.27190.49158.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.47%
GREEN value IS 96 (37.89% from 255) = 18.18%
BLUE value IS 250 (98.05% from 255) = 47.35%
R=34.47%
G=18.18%
B=47.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal182962500.270.6200.02273.5193.967.84
HexB660FA1B3E021125e44
Octal266140372337602422136104
Binary101101101100000111110101101111111001010001001010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B660FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B660FA; }

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

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

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

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

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

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

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

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