#B27DCD

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

Shades of East Side #B27DCD

Tints of East Side #B27DCD

Color information

#B27DCD (or 0xB27DCD) is unknown color: approx East Side. HEX triplet: B2, 7D and CD. RGB value is (178,125,205). Sum of RGB (Red+Green+Blue) = 178+125+205=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #B27DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27DCD is #4D8232. Grayscale: #959595. Windows color (decimal): -5079603 or 13467058. OLE color: 13467058.

HSL color Cylindrical-coordinate representation of color #B27DCD: hue angle of 279.75º 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 #B27DCD is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB178125205-
CMYK0.130.3900.20
HSL279.75º44.44%64.71%-
HSV(B)279.75º39.02%80.39%-
XYZ36.7128.5461.33-
YUV149.97159.06148-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.04%
GREEN value IS 125 (49.22% from 255) = 24.61%
BLUE value IS 205 (80.47% from 255) = 40.35%
R=35.04%
G=24.61%
B=40.35%

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
Decimal1781252050.130.3900.20279.7544.4464.71
HexB27DCDD270141182c41
Octal262175315154702443054101
Binary1011001011111011100110111011001110101001000110001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27DCD; }

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

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

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

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

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

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

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

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