#B585CD

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

Shades of East Side #B585CD

Tints of East Side #B585CD

Color information

#B585CD (or 0xB585CD) is unknown color: approx East Side. HEX triplet: B5, 85 and CD. RGB value is (181,133,205). Sum of RGB (Red+Green+Blue) = 181+133+205=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #B585CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B585CD is #4A7A32. Grayscale: #9B9B9B. Windows color (decimal): -4880947 or 13469109. OLE color: 13469109.

HSL color Cylindrical-coordinate representation of color #B585CD: hue angle of 280º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B585CD is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181133205-
CMYK0.120.3500.20
HSL280º41.86%66.27%-
HSV(B)280º35.12%80.39%-
XYZ38.4631.0161.72-
YUV155.56155.9146.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.87%
GREEN value IS 133 (52.34% from 255) = 25.63%
BLUE value IS 205 (80.47% from 255) = 39.50%
R=34.87%
G=25.63%
B=39.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811332050.120.3500.2028041.8666.27
HexB585CDC230141182a42
Octal265205315144302443052102
Binary10110101100001011100110111001000110101001000110001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B585CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B585CD; }

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

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

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

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

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

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

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

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