#B271BD

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

Shades of East Side #B271BD

Tints of East Side #B271BD

Color information

#B271BD (or 0xB271BD) is unknown color: approx East Side. HEX triplet: B2, 71 and BD. RGB value is (178,113,189). Sum of RGB (Red+Green+Blue) = 178+113+189=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 113 (44.53% from 255 or 23.54% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 189 - color contains mainly: blue. Hex color #B271BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B271BD is #4D8E42. Grayscale: #8C8C8C. Windows color (decimal): -5082691 or 12415410. OLE color: 12415410.

HSL color Cylindrical-coordinate representation of color #B271BD: hue angle of 291.32º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B271BD is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB178113189-
CMYK0.060.4000.26
HSL291.32º36.54%59.22%-
HSV(B)291.32º40.21%74.12%-
XYZ33.4524.9551.2-
YUV141.1155.03154.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.08%
GREEN value IS 113 (44.53% from 255) = 23.54%
BLUE value IS 189 (74.22% from 255) = 39.38%
R=37.08%
G=23.54%
B=39.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781131890.060.4000.26291.3236.5459.22
HexB271BD62801A123253b
Octal2621612756500324434573
Binary10110010111000110111101110101000011010100100011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B271BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B271BD; }

 p { color: rgb(178,113,189); }

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

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

 a { background-color: rgb(178,113,189); }

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

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

 span { border-color: rgb(178,113,189); }

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