#B381D3

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

Shades of East Side #B381D3

Tints of East Side #B381D3

Color information

#B381D3 (or 0xB381D3) is unknown color: approx East Side. HEX triplet: B3, 81 and D3. RGB value is (179,129,211). Sum of RGB (Red+Green+Blue) = 179+129+211=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 211 (82.81% from 255 or 40.66% from 519); Max value from RGB is 211 - color contains mainly: blue. Hex color #B381D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B381D3 is #4C7E2C. Grayscale: #999999. Windows color (decimal): -5013037 or 13861299. OLE color: 13861299.

HSL color Cylindrical-coordinate representation of color #B381D3: hue angle of 276.59º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B381D3 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB179129211-
CMYK0.150.3900.17
HSL276.59º48.24%66.67%-
HSV(B)276.59º38.86%82.75%-
XYZ38.229.9965.4-
YUV153.3160.56146.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.49%
GREEN value IS 129 (50.78% from 255) = 24.86%
BLUE value IS 211 (82.81% from 255) = 40.66%
R=34.49%
G=24.86%
B=40.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1791292110.150.3900.17276.5948.2466.67
HexB381D3F270111153043
Octal263201323174702142560103
Binary10110011100000011101001111111001110100011000101011100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B381D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B381D3; }

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

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

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

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

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

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

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

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