#B287CA

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

Shades of East Side #B287CA

Tints of East Side #B287CA

Color information

#B287CA (or 0xB287CA) is unknown color: approx East Side. HEX triplet: B2, 87 and CA. RGB value is (178,135,202). Sum of RGB (Red+Green+Blue) = 178+135+202=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 135 (53.12% from 255 or 26.21% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #B287CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B287CA is #4D7835. Grayscale: #9B9B9B. Windows color (decimal): -5077046 or 13273010. OLE color: 13273010.

HSL color Cylindrical-coordinate representation of color #B287CA: hue angle of 278.51º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B287CA is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB178135202-
CMYK0.120.3300.21
HSL278.51º38.73%66.08%-
HSV(B)278.51º33.17%79.22%-
XYZ37.6831.0659.89-
YUV155.49154.25144.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.56%
GREEN value IS 135 (53.12% from 255) = 26.21%
BLUE value IS 202 (79.30% from 255) = 39.22%
R=34.56%
G=26.21%
B=39.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1781352020.120.3300.21278.5138.7366.08
HexB287CAC210151172742
Octal262207312144102542747102
Binary10110010100001111100101011001000010101011000101111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B287CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B287CA; }

 p { color: rgb(178,135,202); }

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

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

 a { background-color: rgb(178,135,202); }

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

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

 span { border-color: rgb(178,135,202); }

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