#B079CD

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

Shades of East Side #B079CD

Tints of East Side #B079CD

Color information

#B079CD (or 0xB079CD) is unknown color: approx East Side. HEX triplet: B0, 79 and CD. RGB value is (176,121,205). Sum of RGB (Red+Green+Blue) = 176+121+205=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 121 (47.66% from 255 or 24.10% 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 #B079CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B079CD is #4F8632. Grayscale: #929292. Windows color (decimal): -5211699 or 13466032. OLE color: 13466032.

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

Color convert

RGB176121205-
CMYK0.140.4100.20
HSL279.29º45.65%63.92%-
HSV(B)279.29º40.98%80.39%-
XYZ35.7627.3161.14-
YUV147.02160.72148.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.06%
GREEN value IS 121 (47.66% from 255) = 24.10%
BLUE value IS 205 (80.47% from 255) = 40.84%
R=35.06%
G=24.10%
B=40.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761212050.140.4100.20279.2945.6563.92
HexB079CDE290141172e40
Octal260171315165102442756100
Binary1011000011110011100110111101010010101001000101111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B079CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B079CD; }

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

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

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

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

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

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

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

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