#B775C3

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

Shades of East Side #B775C3

Tints of East Side #B775C3

Color information

#B775C3 (or 0xB775C3) is unknown color: approx East Side. HEX triplet: B7, 75 and C3. RGB value is (183,117,195). Sum of RGB (Red+Green+Blue) = 183+117+195=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 195 (76.56% from 255 or 39.39% from 495); Max value from RGB is 195 - color contains mainly: blue. Hex color #B775C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B775C3 is #488A3C. Grayscale: #919191. Windows color (decimal): -4753981 or 12809655. OLE color: 12809655.

HSL color Cylindrical-coordinate representation of color #B775C3: hue angle of 290.77º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B775C3 is Cyan = 0.06, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB183117195-
CMYK0.060.400.24
HSL290.77º39.39%61.18%-
HSV(B)290.77º40%76.47%-
XYZ35.7426.7354.91-
YUV145.63155.87154.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.97%
GREEN value IS 117 (46.09% from 255) = 23.64%
BLUE value IS 195 (76.56% from 255) = 39.39%
R=36.97%
G=23.64%
B=39.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831171950.060.400.24290.7739.3961.18
HexB775C3628018123273d
Octal2671653036500304434775
Binary10110111111010111000011110101000011000100100011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B775C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B775C3; }

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

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

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

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

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

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

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

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