#B776CD

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

Shades of East Side #B776CD

Tints of East Side #B776CD

Color information

#B776CD (or 0xB776CD) is unknown color: approx East Side. HEX triplet: B7, 76 and CD. RGB value is (183,118,205). Sum of RGB (Red+Green+Blue) = 183+118+205=506 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.17% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #B776CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B776CD is #488932. Grayscale: #939393. Windows color (decimal): -4753715 or 13465271. OLE color: 13465271.

HSL color Cylindrical-coordinate representation of color #B776CD: hue angle of 284.83º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B776CD is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB183118205-
CMYK0.110.4200.20
HSL284.83º46.52%63.33%-
HSV(B)284.83º42.44%80.39%-
XYZ37.0327.4361.1-
YUV147.35160.53153.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.17%
GREEN value IS 118 (46.48% from 255) = 23.32%
BLUE value IS 205 (80.47% from 255) = 40.51%
R=36.17%
G=23.32%
B=40.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1831182050.110.4200.20284.8346.5263.33
HexB776CDB2A01411d2f3f
Octal26716631513520244355777
Binary101101111110110110011011011101010010100100011101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B776CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B776CD; }

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

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

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

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

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

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

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

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