#B64FF2

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

Shades of Medium Orchid #B64FF2

Tints of Medium Orchid #B64FF2

Color information

#B64FF2 (or 0xB64FF2) is unknown color: approx Medium Orchid. HEX triplet: B6, 4F and F2. RGB value is (182,79,242). Sum of RGB (Red+Green+Blue) = 182+79+242=503 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.18% from 503); Green value is 79 (31.25% from 255 or 15.71% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #B64FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B64FF2 is #49B00D. Grayscale: #7F7F7F. Windows color (decimal): -4829198 or 15880118. OLE color: 15880118.

HSL color Cylindrical-coordinate representation of color #B64FF2: hue angle of 277.91º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B64FF2 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18279242-
CMYK0.250.6700.05
HSL277.91º86.24%62.94%-
HSV(B)277.91º67.36%94.9%-
XYZ38.1121.9586.23-
YUV128.38192.12166.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.18%
GREEN value IS 79 (31.25% from 255) = 15.71%
BLUE value IS 242 (94.92% from 255) = 48.11%
R=36.18%
G=15.71%
B=48.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal182792420.250.6700.05277.9186.2462.94
HexB64FF2194305116563f
Octal266117362311030542612677
Binary1011011010011111111001011001100001101011000101101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64FF2; }

 p { color: rgb(182,79,242); }

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

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

 a { background-color: rgb(182,79,242); }

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

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

 span { border-color: rgb(182,79,242); }

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