#B27CD9

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

Shades of East Side #B27CD9

Tints of East Side #B27CD9

Color information

#B27CD9 (or 0xB27CD9) is unknown color: approx East Side. HEX triplet: B2, 7C and D9. RGB value is (178,124,217). Sum of RGB (Red+Green+Blue) = 178+124+217=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 217 - color contains mainly: blue. Hex color #B27CD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27CD9 is #4D8326. Grayscale: #969696. Windows color (decimal): -5079847 or 14253234. OLE color: 14253234.

HSL color Cylindrical-coordinate representation of color #B27CD9: hue angle of 274.84º degrees, saturation: 0.55, 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 #B27CD9 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB178124217-
CMYK0.180.4300.15
HSL274.84º55.03%66.86%-
HSV(B)274.84º42.86%85.1%-
XYZ38.0928.8969.21-
YUV150.75165.39147.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.30%
GREEN value IS 124 (48.83% from 255) = 23.89%
BLUE value IS 217 (85.16% from 255) = 41.81%
R=34.30%
G=23.89%
B=41.81%

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
Decimal1781242170.180.4300.15274.8455.0366.86
HexB27CD9122B0F1133743
Octal262174331225301742367103
Binary1011001011111001101100110010101011011111000100111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27CD9; }

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

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

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

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

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

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

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

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