Html Css Color HEX #B779D8 East Side

📋 copy color: '#B779D8'

red 183 ◦ green 121 ◦ blue 216

#B779D8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #B779D8

Tints of East Side #B779D8

RGB

 RED value IS 183 (71.88% from 255) = 35.19%

 GREEN value IS 121 (47.66% from 255) = 23.27%

 BLUE value IS 216 (84.77% from 255) = 41.54%

R = 35.19%
G = 23.27%
B = 41.54%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B779D8 (or 0xB779D8) is known color: East Side. HEX triplet: B7, 79 and D8. RGB value is (183,121,216). Sum of RGB (Red+Green+Blue) = 183+121+216=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 121 (47.66% from 255 or 23.27% from 520); Blue value is 216 (84.77% from 255 or 41.54% from 520); Max value from RGB is 216 - color contains mainly: blue. Hex color #B779D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B779D8 is #488627. Grayscale: #969696. Windows color (decimal): -4752936 or 14186935. OLE color: 14186935.

HSL color Cylindrical-coordinate representation of color #B779D8: hue angle of 279.16º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B779D8 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 121 216 -
CMYK 0.15 0.44 0 0.15
HSL 279.16º 0.55% 0.66% -
HSV(B) 279.16º 0.44% 0.85% -
XYZ 38.76 28.7 68.46 -
YUV 150.37 165.04 151.28 -
System Red Green Blue C M Y K H S L
Decimal 183 121 216 0.15 0.44 0 0.15 279.16 0.55 0.66
Hex B7 79 D8 F 2C 0 F 117 37 42
Octal 267 171 330 17 54 0 17 427 67 102
Binary 10110111 1111001 11011000 1111 101100 0 1111 100010111 110111 1000010

Color Harmonies of #B779D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B779D8

Black with #B779D8

Text Example


Text Example

White with #B779D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B779D8; }

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

 H1.HeaderClassName
 {
   color: #B779D8;
 }
 .AnyTagClassName
 {
   color: #B779D8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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