#B27ECD

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

Shades of East Side #B27ECD

Tints of East Side #B27ECD

Color information

#B27ECD (or 0xB27ECD) is unknown color: approx East Side. HEX triplet: B2, 7E and CD. RGB value is (178,126,205). Sum of RGB (Red+Green+Blue) = 178+126+205=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 126 (49.61% from 255 or 24.75% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #B27ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27ECD is #4D8132. Grayscale: #969696. Windows color (decimal): -5079347 or 13467314. OLE color: 13467314.

HSL color Cylindrical-coordinate representation of color #B27ECD: hue angle of 279.49º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B27ECD is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB178126205-
CMYK0.130.3900.20
HSL279.49º44.13%64.9%-
HSV(B)279.49º38.54%80.39%-
XYZ36.8428.7961.37-
YUV150.55158.73147.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.97%
GREEN value IS 126 (49.61% from 255) = 24.75%
BLUE value IS 205 (80.47% from 255) = 40.28%
R=34.97%
G=24.75%
B=40.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781262050.130.3900.20279.4944.1364.9
HexB27ECDD270141172c41
Octal262176315154702442754101
Binary1011001011111101100110111011001110101001000101111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27ECD; }

 p { color: rgb(178,126,205); }

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

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

 a { background-color: rgb(178,126,205); }

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

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

 span { border-color: rgb(178,126,205); }

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