#B677CD

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

Shades of East Side #B677CD

Tints of East Side #B677CD

Color information

#B677CD (or 0xB677CD) is unknown color: approx East Side. HEX triplet: B6, 77 and CD. RGB value is (182,119,205). Sum of RGB (Red+Green+Blue) = 182+119+205=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 119 (46.88% from 255 or 23.52% 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 #B677CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B677CD is #498832. Grayscale: #939393. Windows color (decimal): -4818995 or 13465526. OLE color: 13465526.

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

Color convert

RGB182119205-
CMYK0.110.4200.20
HSL283.95º46.24%63.53%-
HSV(B)283.95º41.95%80.39%-
XYZ36.9127.5561.13-
YUV147.64160.37152.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.97%
GREEN value IS 119 (46.88% from 255) = 23.52%
BLUE value IS 205 (80.47% from 255) = 40.51%
R=35.97%
G=23.52%
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
Decimal1821192050.110.4200.20283.9546.2463.53
HexB677CDB2A01411c2e40
Octal266167315135202443456100
Binary1011011011101111100110110111010100101001000111001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B677CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B677CD; }

 p { color: rgb(182,119,205); }

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

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

 a { background-color: rgb(182,119,205); }

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

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

 span { border-color: rgb(182,119,205); }

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