#B64AC6

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

Shades of Medium Orchid #B64AC6

Tints of Medium Orchid #B64AC6

Color information

#B64AC6 (or 0xB64AC6) is unknown color: approx Medium Orchid. HEX triplet: B6, 4A and C6. RGB value is (182,74,198). Sum of RGB (Red+Green+Blue) = 182+74+198=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 198 - color contains mainly: blue. Hex color #B64AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64AC6 is #49B539. Grayscale: #787878. Windows color (decimal): -4830522 or 12995254. OLE color: 12995254.

HSL color Cylindrical-coordinate representation of color #B64AC6: hue angle of 292.26º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B64AC6 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18274198-
CMYK0.080.6300.22
HSL292.26º52.1%53.33%-
HSV(B)292.26º62.63%77.65%-
XYZ31.9318.9255.39-
YUV120.43171.78171.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.09%
GREEN value IS 74 (29.30% from 255) = 16.30%
BLUE value IS 198 (77.73% from 255) = 43.61%
R=40.09%
G=16.30%
B=43.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal182741980.080.6300.22292.2652.153.33
HexB64AC683F0161243435
Octal26611230610770264446465
Binary101101101001010110001101000111111010110100100100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64AC6; }

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

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

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

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

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

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

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

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