#B285CD

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

Shades of East Side #B285CD

Tints of East Side #B285CD

Color information

#B285CD (or 0xB285CD) is unknown color: approx East Side. HEX triplet: B2, 85 and CD. RGB value is (178,133,205). Sum of RGB (Red+Green+Blue) = 178+133+205=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #B285CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B285CD is #4D7A32. Grayscale: #9A9A9A. Windows color (decimal): -5077555 or 13469106. OLE color: 13469106.

HSL color Cylindrical-coordinate representation of color #B285CD: hue angle of 277.5º 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 #B285CD is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB178133205-
CMYK0.130.3500.20
HSL277.5º41.86%66.27%-
HSV(B)277.5º35.12%80.39%-
XYZ37.7730.6561.68-
YUV154.66156.41144.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.50%
GREEN value IS 133 (52.34% from 255) = 25.78%
BLUE value IS 205 (80.47% from 255) = 39.73%
R=34.50%
G=25.78%
B=39.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781332050.130.3500.20277.541.8666.27
HexB285CDD230141162a42
Octal262205315154302442652102
Binary10110010100001011100110111011000110101001000101101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B285CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B285CD; }

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

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

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

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

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

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

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

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