#B785C1

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

Shades of East Side #B785C1

Tints of East Side #B785C1

Color information

#B785C1 (or 0xB785C1) is unknown color: approx East Side. HEX triplet: B7, 85 and C1. RGB value is (183,133,193). Sum of RGB (Red+Green+Blue) = 183+133+193=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 193 - color contains mainly: blue. Hex color #B785C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B785C1 is #487A3E. Grayscale: #9A9A9A. Windows color (decimal): -4749887 or 12682679. OLE color: 12682679.

HSL color Cylindrical-coordinate representation of color #B785C1: hue angle of 290º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B785C1 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB183133193-
CMYK0.050.3100.24
HSL290º32.61%63.92%-
HSV(B)290º31.09%75.69%-
XYZ37.5430.6954.4-
YUV154.79149.56148.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.95%
GREEN value IS 133 (52.34% from 255) = 26.13%
BLUE value IS 193 (75.78% from 255) = 37.92%
R=35.95%
G=26.13%
B=37.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831331930.050.3100.2429032.6163.92
HexB785C151F0181222140
Octal26720530153703044241100
Binary101101111000010111000001101111110110001001000101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B785C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B785C1; }

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

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

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

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

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

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

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

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