#B276BE

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

Shades of East Side #B276BE

Tints of East Side #B276BE

Color information

#B276BE (or 0xB276BE) is unknown color: approx East Side. HEX triplet: B2, 76 and BE. RGB value is (178,118,190). Sum of RGB (Red+Green+Blue) = 178+118+190=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #B276BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B276BE is #4D8941. Grayscale: #8F8F8F. Windows color (decimal): -5081410 or 12482226. OLE color: 12482226.

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

Color convert

RGB178118190-
CMYK0.060.3800.25
HSL290º35.64%60.39%-
HSV(B)290º37.89%74.51%-
XYZ34.1326.1451.96-
YUV144.15153.88152.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.63%
GREEN value IS 118 (46.48% from 255) = 24.28%
BLUE value IS 190 (74.61% from 255) = 39.09%
R=36.63%
G=24.28%
B=39.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781181900.060.3800.2529035.6460.39
HexB276BE626019122243c
Octal2621662766460314424474
Binary10110010111011010111110110100110011001100100010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B276BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B276BE; }

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

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

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

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

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

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

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

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