#B64ACA

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

Shades of Medium Orchid #B64ACA

Tints of Medium Orchid #B64ACA

Color information

#B64ACA (or 0xB64ACA) is unknown color: approx Medium Orchid. HEX triplet: B6, 4A and CA. RGB value is (182,74,202). Sum of RGB (Red+Green+Blue) = 182+74+202=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #B64ACA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64ACA is #49B535. Grayscale: #787878. Windows color (decimal): -4830518 or 13257398. OLE color: 13257398.

HSL color Cylindrical-coordinate representation of color #B64ACA: hue angle of 290.62º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B64ACA is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18274202-
CMYK0.100.6300.21
HSL290.62º54.7%54.12%-
HSV(B)290.62º63.37%79.22%-
XYZ32.419.1157.86-
YUV120.88173.78171.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.74%
GREEN value IS 74 (29.30% from 255) = 16.16%
BLUE value IS 202 (79.30% from 255) = 44.10%
R=39.74%
G=16.16%
B=44.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal182742020.100.6300.21290.6254.754.12
HexB64ACAA3F0151233736
Octal26611231212770254436766
Binary101101101001010110010101010111111010101100100011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64ACA; }

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

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

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

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

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

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

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

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