#B381BE

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

Shades of East Side #B381BE

Tints of East Side #B381BE

Color information

#B381BE (or 0xB381BE) is unknown color: approx East Side. HEX triplet: B3, 81 and BE. RGB value is (179,129,190). Sum of RGB (Red+Green+Blue) = 179+129+190=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #B381BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B381BE is #4C7E41. Grayscale: #969696. Windows color (decimal): -5013058 or 12485043. OLE color: 12485043.

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

Color convert

RGB179129190-
CMYK0.060.3200.25
HSL289.18º31.94%62.55%-
HSV(B)289.18º32.11%74.51%-
XYZ35.732952.43-
YUV150.9150.06148.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.94%
GREEN value IS 129 (50.78% from 255) = 25.90%
BLUE value IS 190 (74.61% from 255) = 38.15%
R=35.94%
G=25.90%
B=38.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791291900.060.3200.25289.1831.9462.55
HexB381BE620019121203f
Octal2632012766400314414077
Binary101100111000000110111110110100000011001100100001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B381BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B381BE; }

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

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

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

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

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

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

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

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