#B775BE

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

Shades of East Side #B775BE

Tints of East Side #B775BE

Color information

#B775BE (or 0xB775BE) is unknown color: approx East Side. HEX triplet: B7, 75 and BE. RGB value is (183,117,190). Sum of RGB (Red+Green+Blue) = 183+117+190=490 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.35% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #B775BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B775BE is #488A41. Grayscale: #909090. Windows color (decimal): -4753986 or 12481975. OLE color: 12481975.

HSL color Cylindrical-coordinate representation of color #B775BE: hue angle of 294.25º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B775BE is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB183117190-
CMYK0.040.3800.25
HSL294.25º35.96%60.2%-
HSV(B)294.25º38.42%74.51%-
XYZ35.1826.5151.98-
YUV145.06153.37155.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.35%
GREEN value IS 117 (46.09% from 255) = 23.88%
BLUE value IS 190 (74.61% from 255) = 38.78%
R=37.35%
G=23.88%
B=38.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831171900.040.3800.25294.2535.9660.2
HexB775BE426019126243c
Octal2671652764460314464474
Binary10110111111010110111110100100110011001100100110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B775BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B775BE; }

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

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

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

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

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

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

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

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