#B585C4

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

Shades of East Side #B585C4

Tints of East Side #B585C4

Color information

#B585C4 (or 0xB585C4) is unknown color: approx East Side. HEX triplet: B5, 85 and C4. RGB value is (181,133,196). Sum of RGB (Red+Green+Blue) = 181+133+196=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 196 (76.95% from 255 or 38.43% from 510); Max value from RGB is 196 - color contains mainly: blue. Hex color #B585C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B585C4 is #4A7A3B. Grayscale: #9A9A9A. Windows color (decimal): -4880956 or 12879285. OLE color: 12879285.

HSL color Cylindrical-coordinate representation of color #B585C4: hue angle of 285.71º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B585C4 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB181133196-
CMYK0.080.3200.23
HSL285.71º34.81%64.51%-
HSV(B)285.71º32.14%76.86%-
XYZ37.4130.5856.16-
YUV154.53151.4146.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.49%
GREEN value IS 133 (52.34% from 255) = 26.08%
BLUE value IS 196 (76.95% from 255) = 38.43%
R=35.49%
G=26.08%
B=38.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1811331960.080.3200.23285.7134.8164.51
HexB585C482001711e2341
Octal265205304104002743643101
Binary10110101100001011100010010001000000101111000111101000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B585C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B585C4; }

 p { color: rgb(181,133,196); }

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

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

 a { background-color: rgb(181,133,196); }

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

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

 span { border-color: rgb(181,133,196); }

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