#B285CC

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

Shades of East Side #B285CC

Tints of East Side #B285CC

Color information

#B285CC (or 0xB285CC) is unknown color: approx East Side. HEX triplet: B2, 85 and CC. RGB value is (178,133,204). Sum of RGB (Red+Green+Blue) = 178+133+204=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #B285CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B285CC is #4D7A33. Grayscale: #9A9A9A. Windows color (decimal): -5077556 or 13403570. OLE color: 13403570.

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

Color convert

RGB178133204-
CMYK0.130.3500.2
HSL278.03º41.04%66.08%-
HSV(B)278.03º34.8%80%-
XYZ37.6530.661.05-
YUV154.55155.91144.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.56%
GREEN value IS 133 (52.34% from 255) = 25.83%
BLUE value IS 204 (80.08% from 255) = 39.61%
R=34.56%
G=25.83%
B=39.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1781332040.130.3500.2278.0341.0466.08
HexB285CCD230141162942
Octal262205314154302442651102
Binary10110010100001011100110011011000110101001000101101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B285CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B285CC; }

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

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

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

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

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

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

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

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