#B778D0

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

Shades of East Side #B778D0

Tints of East Side #B778D0

Color information

#B778D0 (or 0xB778D0) is unknown color: approx East Side. HEX triplet: B7, 78 and D0. RGB value is (183,120,208). Sum of RGB (Red+Green+Blue) = 183+120+208=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 208 - color contains mainly: blue. Hex color #B778D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B778D0 is #48872F. Grayscale: #949494. Windows color (decimal): -4753200 or 13662391. OLE color: 13662391.

HSL color Cylindrical-coordinate representation of color #B778D0: hue angle of 282.95º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B778D0 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB183120208-
CMYK0.120.4200.18
HSL282.95º48.35%64.31%-
HSV(B)282.95º42.31%81.57%-
XYZ37.6328.0563.11-
YUV148.87161.37152.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.81%
GREEN value IS 120 (47.27% from 255) = 23.48%
BLUE value IS 208 (81.64% from 255) = 40.70%
R=35.81%
G=23.48%
B=40.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1831202080.120.4200.18282.9548.3564.31
HexB778D0C2A01211b3040
Octal267170320145202243360100
Binary1011011111110001101000011001010100100101000110111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B778D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B778D0; }

 p { color: rgb(183,120,208); }

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

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

 a { background-color: rgb(183,120,208); }

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

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

 span { border-color: rgb(183,120,208); }

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