#B277D4

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

Shades of East Side #B277D4

Tints of East Side #B277D4

Color information

#B277D4 (or 0xB277D4) is unknown color: approx East Side. HEX triplet: B2, 77 and D4. RGB value is (178,119,212). Sum of RGB (Red+Green+Blue) = 178+119+212=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 212 - color contains mainly: blue. Hex color #B277D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B277D4 is #4D882B. Grayscale: #929292. Windows color (decimal): -5081132 or 13924274. OLE color: 13924274.

HSL color Cylindrical-coordinate representation of color #B277D4: hue angle of 278.06º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B277D4 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB178119212-
CMYK0.160.4400.17
HSL278.06º51.96%64.9%-
HSV(B)278.06º43.87%83.14%-
XYZ36.8427.4165.64-
YUV147.24164.55149.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.97%
GREEN value IS 119 (46.88% from 255) = 23.38%
BLUE value IS 212 (83.20% from 255) = 41.65%
R=34.97%
G=23.38%
B=41.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1781192120.160.4400.17278.0651.9664.9
HexB277D4102C0111163441
Octal262167324205402142664101
Binary10110010111011111010100100001011000100011000101101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B277D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B277D4; }

 p { color: rgb(178,119,212); }

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

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

 a { background-color: rgb(178,119,212); }

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

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

 span { border-color: rgb(178,119,212); }

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