#B27CD3

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

Shades of East Side #B27CD3

Tints of East Side #B27CD3

Color information

#B27CD3 (or 0xB27CD3) is unknown color: approx East Side. HEX triplet: B2, 7C and D3. RGB value is (178,124,211). Sum of RGB (Red+Green+Blue) = 178+124+211=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 211 (82.81% from 255 or 41.13% from 513); Max value from RGB is 211 - color contains mainly: blue. Hex color #B27CD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27CD3 is #4D832C. Grayscale: #959595. Windows color (decimal): -5079853 or 13860018. OLE color: 13860018.

HSL color Cylindrical-coordinate representation of color #B27CD3: hue angle of 277.24º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B27CD3 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB178124211-
CMYK0.160.4100.17
HSL277.24º49.71%65.69%-
HSV(B)277.24º41.23%82.75%-
XYZ37.3328.5865.18-
YUV150.06162.39147.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.70%
GREEN value IS 124 (48.83% from 255) = 24.17%
BLUE value IS 211 (82.81% from 255) = 41.13%
R=34.70%
G=24.17%
B=41.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1781242110.160.4100.17277.2449.7165.69
HexB27CD310290111153242
Octal262174323205102142562102
Binary10110010111110011010011100001010010100011000101011100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27CD3; }

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

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

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

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

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

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

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

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