#B664F5

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

Shades of Medium Orchid #B664F5

Tints of Medium Orchid #B664F5

Color information

#B664F5 (or 0xB664F5) is unknown color: approx Medium Orchid. HEX triplet: B6, 64 and F5. RGB value is (182,100,245). Sum of RGB (Red+Green+Blue) = 182+100+245=527 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.54% from 527); Green value is 100 (39.45% from 255 or 18.98% from 527); Blue value is 245 (96.09% from 255 or 46.49% from 527); Max value from RGB is 245 - color contains mainly: blue. Hex color #B664F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B664F5 is #499B0A. Grayscale: #8C8C8C. Windows color (decimal): -4823819 or 16082102. OLE color: 16082102.

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

Color convert

RGB182100245-
CMYK0.260.5900.04
HSL273.93º87.88%67.65%-
HSV(B)273.93º59.18%96.08%-
XYZ40.3325.6589.21-
YUV141.05186.67157.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.54%
GREEN value IS 100 (39.45% from 255) = 18.98%
BLUE value IS 245 (96.09% from 255) = 46.49%
R=34.54%
G=18.98%
B=46.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1821002450.260.5900.04273.9387.8867.65
HexB664F51A3B041125844
Octal266144365327304422130104
Binary1011011011001001111010111010111011010010001001010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B664F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B664F5; }

 p { color: rgb(182,100,245); }

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

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

 a { background-color: rgb(182,100,245); }

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

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

 span { border-color: rgb(182,100,245); }

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