#B481BD

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

Shades of East Side #B481BD

Tints of East Side #B481BD

Color information

#B481BD (or 0xB481BD) is unknown color: approx East Side. HEX triplet: B4, 81 and BD. RGB value is (180,129,189). Sum of RGB (Red+Green+Blue) = 180+129+189=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 189 - color contains mainly: blue. Hex color #B481BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B481BD is #4B7E42. Grayscale: #969696. Windows color (decimal): -4947523 or 12419508. OLE color: 12419508.

HSL color Cylindrical-coordinate representation of color #B481BD: hue angle of 291º 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 #B481BD is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB180129189-
CMYK0.050.3200.26
HSL291º31.25%62.35%-
HSV(B)291º31.75%74.12%-
XYZ35.8629.0851.87-
YUV151.09149.4148.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.14%
GREEN value IS 129 (50.78% from 255) = 25.90%
BLUE value IS 189 (74.22% from 255) = 37.95%
R=36.14%
G=25.90%
B=37.95%

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
Decimal1801291890.050.3200.2629131.2562.35
HexB481BD52001A1231f3e
Octal2642012755400324433776
Binary10110100100000011011110110110000001101010010001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B481BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B481BD; }

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

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

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

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

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

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

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

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