#B775C9

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

Shades of East Side #B775C9

Tints of East Side #B775C9

Color information

#B775C9 (or 0xB775C9) is unknown color: approx East Side. HEX triplet: B7, 75 and C9. RGB value is (183,117,201). Sum of RGB (Red+Green+Blue) = 183+117+201=501 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.53% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 201 - color contains mainly: blue. Hex color #B775C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B775C9 is #488A36. Grayscale: #929292. Windows color (decimal): -4753975 or 13202871. OLE color: 13202871.

HSL color Cylindrical-coordinate representation of color #B775C9: hue angle of 287.14º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B775C9 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB183117201-
CMYK0.090.4200.21
HSL287.14º43.75%62.35%-
HSV(B)287.14º41.79%78.82%-
XYZ36.4327.0158.55-
YUV146.31158.87154.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.53%
GREEN value IS 117 (46.09% from 255) = 23.35%
BLUE value IS 201 (78.91% from 255) = 40.12%
R=36.53%
G=23.35%
B=40.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1831172010.090.4200.21287.1443.7562.35
HexB775C992A01511f2c3e
Octal26716531111520254375476
Binary101101111110101110010011001101010010101100011111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B775C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B775C9; }

 p { color: rgb(183,117,201); }

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

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

 a { background-color: rgb(183,117,201); }

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

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

 span { border-color: rgb(183,117,201); }

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