#B785BE

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

Shades of East Side #B785BE

Tints of East Side #B785BE

Color information

#B785BE (or 0xB785BE) is unknown color: approx East Side. HEX triplet: B7, 85 and BE. RGB value is (183,133,190). Sum of RGB (Red+Green+Blue) = 183+133+190=506 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.17% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #B785BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B785BE is #487A41. Grayscale: #9A9A9A. Windows color (decimal): -4749890 or 12486071. OLE color: 12486071.

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

Color convert

RGB183133190-
CMYK0.040.300.25
HSL292.63º30.48%63.33%-
HSV(B)292.63º30%74.51%-
XYZ37.2130.5652.65-
YUV154.45148.06148.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.17%
GREEN value IS 133 (52.34% from 255) = 26.28%
BLUE value IS 190 (74.61% from 255) = 37.55%
R=36.17%
G=26.28%
B=37.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831331900.040.300.25292.6330.4863.33
HexB785BE41E0191251e3f
Octal2672052764360314453677
Binary1011011110000101101111101001111001100110010010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B785BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B785BE; }

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

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

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

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

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

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

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

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