#B27AD0

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

Shades of East Side #B27AD0

Tints of East Side #B27AD0

Color information

#B27AD0 (or 0xB27AD0) is unknown color: approx East Side. HEX triplet: B2, 7A and D0. RGB value is (178,122,208). Sum of RGB (Red+Green+Blue) = 178+122+208=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 208 (81.64% from 255 or 40.94% from 508); Max value from RGB is 208 - color contains mainly: blue. Hex color #B27AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27AD0 is #4D852F. Grayscale: #949494. Windows color (decimal): -5080368 or 13662898. OLE color: 13662898.

HSL color Cylindrical-coordinate representation of color #B27AD0: hue angle of 279.07º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B27AD0 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB178122208-
CMYK0.140.4100.18
HSL279.07º47.78%64.71%-
HSV(B)279.07º41.35%81.57%-
XYZ36.727.9463.13-
YUV148.55161.55149.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.04%
GREEN value IS 122 (48.05% from 255) = 24.02%
BLUE value IS 208 (81.64% from 255) = 40.94%
R=35.04%
G=24.02%
B=40.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1781222080.140.4100.18279.0747.7864.71
HexB27AD0E290121173041
Octal262172320165102242760101
Binary1011001011110101101000011101010010100101000101111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27AD0; }

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

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

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

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

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

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

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

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