#B6A3EA

Color #B6A3EA Moon Raker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Raker #B6A3EA

Tints of Moon Raker #B6A3EA

Color information

#B6A3EA (or 0xB6A3EA) is unknown color: approx Moon Raker. HEX triplet: B6, A3 and EA. RGB value is (182,163,234). Sum of RGB (Red+Green+Blue) = 182+163+234=579 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.43% from 579); Green value is 163 (64.06% from 255 or 28.15% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #B6A3EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A3EA is #495C15. Grayscale: #B0B0B0. Windows color (decimal): -4807702 or 15377334. OLE color: 15377334.

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

Color convert

RGB182163234-
CMYK0.220.3000.08
HSL256.06º62.83%77.84%-
HSV(B)256.06º30.34%91.76%-
XYZ47.2442.0883.47-
YUV176.77160.29131.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.43%
GREEN value IS 163 (64.06% from 255) = 28.15%
BLUE value IS 234 (91.80% from 255) = 40.41%
R=31.43%
G=28.15%
B=40.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821632340.220.3000.08256.0662.8377.84
HexB6A3EA161E081003f4e
Octal266243352263601040077116
Binary1011011010100011111010101011011110010001000000001111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A3EA; }

 p { color: rgb(182,163,234); }

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

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

 a { background-color: rgb(182,163,234); }

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

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

 span { border-color: rgb(182,163,234); }

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