#B779CD

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

Shades of East Side #B779CD

Tints of East Side #B779CD

Color information

#B779CD (or 0xB779CD) is unknown color: approx East Side. HEX triplet: B7, 79 and CD. RGB value is (183,121,205). Sum of RGB (Red+Green+Blue) = 183+121+205=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #B779CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B779CD is #488632. Grayscale: #949494. Windows color (decimal): -4752947 or 13466039. OLE color: 13466039.

HSL color Cylindrical-coordinate representation of color #B779CD: hue angle of 284.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 #B779CD is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB183121205-
CMYK0.110.4100.20
HSL284.29º45.65%63.92%-
HSV(B)284.29º40.98%80.39%-
XYZ37.3928.1561.22-
YUV149.11159.54152.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.95%
GREEN value IS 121 (47.66% from 255) = 23.77%
BLUE value IS 205 (80.47% from 255) = 40.28%
R=35.95%
G=23.77%
B=40.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1831212050.110.4100.20284.2945.6563.92
HexB779CDB2901411c2e40
Octal267171315135102443456100
Binary1011011111110011100110110111010010101001000111001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B779CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B779CD; }

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

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

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

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

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

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

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

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