#B27CD8

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

Shades of East Side #B27CD8

Tints of East Side #B27CD8

Color information

#B27CD8 (or 0xB27CD8) is unknown color: approx East Side. HEX triplet: B2, 7C and D8. RGB value is (178,124,216). Sum of RGB (Red+Green+Blue) = 178+124+216=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 124 (48.83% from 255 or 23.94% from 518); Blue value is 216 (84.77% from 255 or 41.70% from 518); Max value from RGB is 216 - color contains mainly: blue. Hex color #B27CD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27CD8 is #4D8327. Grayscale: #969696. Windows color (decimal): -5079848 or 14187698. OLE color: 14187698.

HSL color Cylindrical-coordinate representation of color #B27CD8: hue angle of 275.22º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B27CD8 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB178124216-
CMYK0.180.4300.15
HSL275.22º54.12%66.67%-
HSV(B)275.22º42.59%84.71%-
XYZ37.9628.8468.53-
YUV150.63164.89147.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.36%
GREEN value IS 124 (48.83% from 255) = 23.94%
BLUE value IS 216 (84.77% from 255) = 41.70%
R=34.36%
G=23.94%
B=41.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1781242160.180.4300.15275.2254.1266.67
HexB27CD8122B0F1133643
Octal262174330225301742366103
Binary1011001011111001101100010010101011011111000100111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27CD8; }

 p { color: rgb(178,124,216); }

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

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

 a { background-color: rgb(178,124,216); }

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

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

 span { border-color: rgb(178,124,216); }

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