#B077CD

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

Shades of East Side #B077CD

Tints of East Side #B077CD

Color information

#B077CD (or 0xB077CD) is unknown color: approx East Side. HEX triplet: B0, 77 and CD. RGB value is (176,119,205). Sum of RGB (Red+Green+Blue) = 176+119+205=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #B077CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B077CD is #4F8832. Grayscale: #919191. Windows color (decimal): -5212211 or 13465520. OLE color: 13465520.

HSL color Cylindrical-coordinate representation of color #B077CD: hue angle of 279.77º 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 #B077CD is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176119205-
CMYK0.140.4200.20
HSL279.77º46.24%63.53%-
HSV(B)279.77º41.95%80.39%-
XYZ35.5226.8361.06-
YUV145.85161.38149.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.2%
GREEN value IS 119 (46.88% from 255) = 23.8%
BLUE value IS 205 (80.47% from 255) = 41%
R=35.2%
G=23.8%
B=41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761192050.140.4200.20279.7746.2463.53
HexB077CDE2A0141182e40
Octal260167315165202443056100
Binary1011000011101111100110111101010100101001000110001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B077CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B077CD; }

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

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

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

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

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

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

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

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