#B27CD5

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

Shades of East Side #B27CD5

Tints of East Side #B27CD5

Color information

#B27CD5 (or 0xB27CD5) is unknown color: approx East Side. HEX triplet: B2, 7C and D5. RGB value is (178,124,213). Sum of RGB (Red+Green+Blue) = 178+124+213=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #B27CD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27CD5 is #4D832A. Grayscale: #959595. Windows color (decimal): -5079851 or 13991090. OLE color: 13991090.

HSL color Cylindrical-coordinate representation of color #B27CD5: hue angle of 276.4º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B27CD5 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB178124213-
CMYK0.160.4200.16
HSL276.4º51.45%66.08%-
HSV(B)276.4º41.78%83.53%-
XYZ37.5828.6866.51-
YUV150.29163.39147.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.56%
GREEN value IS 124 (48.83% from 255) = 24.08%
BLUE value IS 213 (83.59% from 255) = 41.36%
R=34.56%
G=24.08%
B=41.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1781242130.160.4200.16276.451.4566.08
HexB27CD5102A0101143342
Octal262174325205202042463102
Binary10110010111110011010101100001010100100001000101001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27CD5; }

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

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

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

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

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

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

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

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