#B27BD0

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

Shades of East Side #B27BD0

Tints of East Side #B27BD0

Color information

#B27BD0 (or 0xB27BD0) is unknown color: approx East Side. HEX triplet: B2, 7B and D0. RGB value is (178,123,208). Sum of RGB (Red+Green+Blue) = 178+123+208=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 123 (48.44% from 255 or 24.17% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 208 - color contains mainly: blue. Hex color #B27BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27BD0 is #4D842F. Grayscale: #949494. Windows color (decimal): -5080112 or 13663154. OLE color: 13663154.

HSL color Cylindrical-coordinate representation of color #B27BD0: hue angle of 278.82º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B27BD0 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB178123208-
CMYK0.140.4100.18
HSL278.82º47.49%64.9%-
HSV(B)278.82º40.87%81.57%-
XYZ36.8328.1863.17-
YUV149.14161.22148.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.97%
GREEN value IS 123 (48.44% from 255) = 24.17%
BLUE value IS 208 (81.64% from 255) = 40.86%
R=34.97%
G=24.17%
B=40.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1781232080.140.4100.18278.8247.4964.9
HexB27BD0E290121172f41
Octal262173320165102242757101
Binary1011001011110111101000011101010010100101000101111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27BD0; }

 p { color: rgb(178,123,208); }

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

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

 a { background-color: rgb(178,123,208); }

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

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

 span { border-color: rgb(178,123,208); }

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