#B381BD

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

Shades of East Side #B381BD

Tints of East Side #B381BD

Color information

#B381BD (or 0xB381BD) is unknown color: approx East Side. HEX triplet: B3, 81 and BD. RGB value is (179,129,189). Sum of RGB (Red+Green+Blue) = 179+129+189=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #B381BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B381BD is #4C7E42. Grayscale: #969696. Windows color (decimal): -5013059 or 12419507. OLE color: 12419507.

HSL color Cylindrical-coordinate representation of color #B381BD: hue angle of 290º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B381BD is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB179129189-
CMYK0.050.3200.26
HSL290º31.25%62.35%-
HSV(B)290º31.75%74.12%-
XYZ35.6328.9651.86-
YUV150.79149.56148.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.02%
GREEN value IS 129 (50.78% from 255) = 25.96%
BLUE value IS 189 (74.22% from 255) = 38.03%
R=36.02%
G=25.96%
B=38.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791291890.050.3200.2629031.2562.35
HexB381BD52001A1221f3e
Octal2632012755400324423776
Binary10110011100000011011110110110000001101010010001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B381BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B381BD; }

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

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

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

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

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

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

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

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