#B64AF9

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

Shades of Medium Orchid #B64AF9

Tints of Medium Orchid #B64AF9

Color information

#B64AF9 (or 0xB64AF9) is unknown color: approx Medium Orchid. HEX triplet: B6, 4A and F9. RGB value is (182,74,249). Sum of RGB (Red+Green+Blue) = 182+74+249=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 74 (29.30% from 255 or 14.65% from 505); Blue value is 249 (97.66% from 255 or 49.31% from 505); Max value from RGB is 249 - color contains mainly: blue. Hex color #B64AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B64AF9 is #49B506. Grayscale: #7D7D7D. Windows color (decimal): -4830471 or 16337590. OLE color: 16337590.

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

Color convert

RGB18274249-
CMYK0.270.7000.02
HSL277.03º93.58%63.33%-
HSV(B)277.03º70.28%97.65%-
XYZ38.8421.6891.76-
YUV126.24197.28167.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.04%
GREEN value IS 74 (29.30% from 255) = 14.65%
BLUE value IS 249 (97.66% from 255) = 49.31%
R=36.04%
G=14.65%
B=49.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal182742490.270.7000.02277.0393.5863.33
HexB64AF91B46021155e3f
Octal266112371331060242513677
Binary101101101001010111110011101110001100101000101011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64AF9; }

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

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

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

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

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

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

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

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