#B381BB

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

Shades of East Side #B381BB

Tints of East Side #B381BB

Color information

#B381BB (or 0xB381BB) is unknown color: approx East Side. HEX triplet: B3, 81 and BB. RGB value is (179,129,187). Sum of RGB (Red+Green+Blue) = 179+129+187=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 187 - color contains mainly: blue. Hex color #B381BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B381BB is #4C7E44. Grayscale: #969696. Windows color (decimal): -5013061 or 12288435. OLE color: 12288435.

HSL color Cylindrical-coordinate representation of color #B381BB: hue angle of 291.72º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B381BB is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB179129187-
CMYK0.040.3100.27
HSL291.72º29.9%61.96%-
HSV(B)291.72º31.02%73.33%-
XYZ35.4128.8750.72-
YUV150.56148.56148.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.16%
GREEN value IS 129 (50.78% from 255) = 26.06%
BLUE value IS 187 (73.44% from 255) = 37.78%
R=36.16%
G=26.06%
B=37.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791291870.040.3100.27291.7229.961.96
HexB381BB41F01B1241e3e
Octal2632012734370334443676
Binary1011001110000001101110111001111101101110010010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B381BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B381BB; }

 p { color: rgb(179,129,187); }

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

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

 a { background-color: rgb(179,129,187); }

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

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

 span { border-color: rgb(179,129,187); }

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