#B68ACC

Color #B68ACC East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B68ACC

Tints of East Side #B68ACC

Color information

#B68ACC (or 0xB68ACC) is unknown color: approx East Side. HEX triplet: B6, 8A and CC. RGB value is (182,138,204). Sum of RGB (Red+Green+Blue) = 182+138+204=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #B68ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68ACC is #497533. Grayscale: #9E9E9E. Windows color (decimal): -4814132 or 13404854. OLE color: 13404854.

HSL color Cylindrical-coordinate representation of color #B68ACC: hue angle of 280º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B68ACC is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB182138204-
CMYK0.110.3200.2
HSL280º39.29%67.06%-
HSV(B)280º32.35%80%-
XYZ39.2832.4861.33-
YUV158.68153.58144.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.73%
GREEN value IS 138 (54.30% from 255) = 26.34%
BLUE value IS 204 (80.08% from 255) = 38.93%
R=34.73%
G=26.34%
B=38.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1821382040.110.3200.228039.2967.06
HexB68ACCB200141182743
Octal266212314134002443047103
Binary10110110100010101100110010111000000101001000110001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68ACC; }

 p { color: rgb(182,138,204); }

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

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

 a { background-color: rgb(182,138,204); }

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

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

 span { border-color: rgb(182,138,204); }

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