#B481BE

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

Shades of East Side #B481BE

Tints of East Side #B481BE

Color information

#B481BE (or 0xB481BE) is unknown color: approx East Side. HEX triplet: B4, 81 and BE. RGB value is (180,129,190). Sum of RGB (Red+Green+Blue) = 180+129+190=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 129 (50.78% from 255 or 25.85% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 190 - color contains mainly: blue. Hex color #B481BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B481BE is #4B7E41. Grayscale: #979797. Windows color (decimal): -4947522 or 12485044. OLE color: 12485044.

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

Color convert

RGB180129190-
CMYK0.050.3200.25
HSL290.16º31.94%62.55%-
HSV(B)290.16º32.11%74.51%-
XYZ35.9729.1252.44-
YUV151.2149.9148.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.07%
GREEN value IS 129 (50.78% from 255) = 25.85%
BLUE value IS 190 (74.61% from 255) = 38.08%
R=36.07%
G=25.85%
B=38.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801291900.050.3200.25290.1631.9462.55
HexB481BE520019122203f
Octal2642012765400314424077
Binary101101001000000110111110101100000011001100100010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B481BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B481BE; }

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

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

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

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

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

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

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

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