#b77cc7

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

Shades of East Side #B77CC7

Tints of East Side #B77CC7

Color information

#B77CC7 (or 0xB77CC7) is unknown color: approx East Side. HEX triplet: B7, 7C and C7. RGB value is (183,124,199). Sum of RGB (Red+Green+Blue) = 183+124+199=506 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.17% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 199 (78.12% from 255 or 39.33% from 506); Max value from RGB is 199 - color contains mainly: blue. Hex color #B77CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77CC7 is #488338. Grayscale: #959595. Windows color (decimal): -4752185 or 13073591. OLE color: 13073591.

HSL color Cylindrical-coordinate representation of color #B77CC7: hue angle of 287.2º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B77CC7 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB183124199-
CMYK0.080.3800.22
HSL287.2º40.11%63.33%-
HSV(B)287.2º37.69%78.04%-
XYZ37.0428.6157.6-
YUV150.19155.55151.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.17%
GREEN value IS 124 (48.83% from 255) = 24.51%
BLUE value IS 199 (78.12% from 255) = 39.33%
R=36.17%
G=24.51%
B=39.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1831241990.080.3800.22287.240.1163.33
HexB77CC782601611f283f
Octal26717430710460264375077
Binary101101111111100110001111000100110010110100011111101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b77cc7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b77cc7; }

 p { color: rgb(183,124,199); }

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

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

 a { background-color: rgb(183,124,199); }

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

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

 span { border-color: rgb(183,124,199); }

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