#B276BA

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

Shades of East Side #B276BA

Tints of East Side #B276BA

Color information

#B276BA (or 0xB276BA) is unknown color: approx East Side. HEX triplet: B2, 76 and BA. RGB value is (178,118,186). Sum of RGB (Red+Green+Blue) = 178+118+186=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #B276BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B276BA is #4D8945. Grayscale: #8F8F8F. Windows color (decimal): -5081414 or 12220082. OLE color: 12220082.

HSL color Cylindrical-coordinate representation of color #B276BA: hue angle of 292.94º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B276BA is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB178118186-
CMYK0.040.3700.27
HSL292.94º33.01%59.61%-
HSV(B)292.94º36.56%72.94%-
XYZ33.725.9749.69-
YUV143.69151.88152.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.93%
GREEN value IS 118 (46.48% from 255) = 24.48%
BLUE value IS 186 (73.05% from 255) = 38.59%
R=36.93%
G=24.48%
B=38.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781181860.040.3700.27292.9433.0159.61
HexB276BA42501B125213c
Octal2621662724450334454174
Binary10110010111011010111010100100101011011100100101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B276BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B276BA; }

 p { color: rgb(178,118,186); }

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

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

 a { background-color: rgb(178,118,186); }

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

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

 span { border-color: rgb(178,118,186); }

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