#B276BF

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

Shades of East Side #B276BF

Tints of East Side #B276BF

Color information

#B276BF (or 0xB276BF) is unknown color: approx East Side. HEX triplet: B2, 76 and BF. RGB value is (178,118,191). Sum of RGB (Red+Green+Blue) = 178+118+191=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #B276BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B276BF is #4D8940. Grayscale: #909090. Windows color (decimal): -5081409 or 12547762. OLE color: 12547762.

HSL color Cylindrical-coordinate representation of color #B276BF: hue angle of 289.32º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B276BF is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB178118191-
CMYK0.070.3800.25
HSL289.32º36.32%60.59%-
HSV(B)289.32º38.22%74.9%-
XYZ34.2426.1852.54-
YUV144.26154.38152.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.55%
GREEN value IS 118 (46.48% from 255) = 24.23%
BLUE value IS 191 (75% from 255) = 39.22%
R=36.55%
G=24.23%
B=39.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781181910.070.3800.25289.3236.3260.59
HexB276BF726019121243d
Octal2621662777460314414475
Binary10110010111011010111111111100110011001100100001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B276BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B276BF; }

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

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

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

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

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

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

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

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