#B283BE

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

Shades of East Side #B283BE

Tints of East Side #B283BE

Color information

#B283BE (or 0xB283BE) is unknown color: approx East Side. HEX triplet: B2, 83 and BE. RGB value is (178,131,190). Sum of RGB (Red+Green+Blue) = 178+131+190=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 190 - color contains mainly: blue. Hex color #B283BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B283BE is #4D7C41. Grayscale: #979797. Windows color (decimal): -5078082 or 12485554. OLE color: 12485554.

HSL color Cylindrical-coordinate representation of color #B283BE: hue angle of 287.8º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B283BE is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB178131190-
CMYK0.060.3100.25
HSL287.8º31.22%62.94%-
HSV(B)287.8º31.05%74.51%-
XYZ35.7729.4252.51-
YUV151.78149.57146.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.67%
GREEN value IS 131 (51.56% from 255) = 26.25%
BLUE value IS 190 (74.61% from 255) = 38.08%
R=35.67%
G=26.25%
B=38.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781311900.060.3100.25287.831.2262.94
HexB283BE61F0191201f3f
Octal2622032766370314403777
Binary1011001010000011101111101101111101100110010000011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B283BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B283BE; }

 p { color: rgb(178,131,190); }

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

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

 a { background-color: rgb(178,131,190); }

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

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

 span { border-color: rgb(178,131,190); }

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