#B27ACB

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

Shades of East Side #B27ACB

Tints of East Side #B27ACB

Color information

#B27ACB (or 0xB27ACB) is unknown color: approx East Side. HEX triplet: B2, 7A and CB. RGB value is (178,122,203). Sum of RGB (Red+Green+Blue) = 178+122+203=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #B27ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27ACB is #4D8534. Grayscale: #939393. Windows color (decimal): -5080373 or 13335218. OLE color: 13335218.

HSL color Cylindrical-coordinate representation of color #B27ACB: hue angle of 281.48º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B27ACB is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB178122203-
CMYK0.120.4000.20
HSL281.48º43.78%63.73%-
HSV(B)281.48º39.9%79.61%-
XYZ36.127.759.94-
YUV147.98159.05149.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.39%
GREEN value IS 122 (48.05% from 255) = 24.25%
BLUE value IS 203 (79.69% from 255) = 40.36%
R=35.39%
G=24.25%
B=40.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781222030.120.4000.20281.4843.7863.73
HexB27ACBC280141192c40
Octal262172313145002443154100
Binary1011001011110101100101111001010000101001000110011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27ACB; }

 p { color: rgb(178,122,203); }

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

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

 a { background-color: rgb(178,122,203); }

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

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

 span { border-color: rgb(178,122,203); }

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