#B277CD

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

Shades of East Side #B277CD

Tints of East Side #B277CD

Color information

#B277CD (or 0xB277CD) is unknown color: approx East Side. HEX triplet: B2, 77 and CD. RGB value is (178,119,205). Sum of RGB (Red+Green+Blue) = 178+119+205=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #B277CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B277CD is #4D8832. Grayscale: #929292. Windows color (decimal): -5081139 or 13465522. OLE color: 13465522.

HSL color Cylindrical-coordinate representation of color #B277CD: hue angle of 281.16º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B277CD is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB178119205-
CMYK0.130.4200.20
HSL281.16º46.24%63.53%-
HSV(B)281.16º41.95%80.39%-
XYZ35.9827.0761.09-
YUV146.44161.05150.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.46%
GREEN value IS 119 (46.88% from 255) = 23.71%
BLUE value IS 205 (80.47% from 255) = 40.84%
R=35.46%
G=23.71%
B=40.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781192050.130.4200.20281.1646.2463.53
HexB277CDD2A0141192e40
Octal262167315155202443156100
Binary1011001011101111100110111011010100101001000110011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B277CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B277CD; }

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

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

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

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

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

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

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

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