#B481CE

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

Shades of East Side #B481CE

Tints of East Side #B481CE

Color information

#B481CE (or 0xB481CE) is unknown color: approx East Side. HEX triplet: B4, 81 and CE. RGB value is (180,129,206). Sum of RGB (Red+Green+Blue) = 180+129+206=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #B481CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B481CE is #4B7E31. Grayscale: #989898. Windows color (decimal): -4947506 or 13533620. OLE color: 13533620.

HSL color Cylindrical-coordinate representation of color #B481CE: hue angle of 279.74º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B481CE is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB180129206-
CMYK0.130.3700.19
HSL279.74º44%65.69%-
HSV(B)279.74º37.38%80.78%-
XYZ37.8129.8662.16-
YUV153.03157.9147.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.95%
GREEN value IS 129 (50.78% from 255) = 25.05%
BLUE value IS 206 (80.86% from 255) = 40%
R=34.95%
G=25.05%
B=40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801292060.130.3700.19279.744465.69
HexB481CED250131182c42
Octal264201316154502343054102
Binary10110100100000011100111011011001010100111000110001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B481CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B481CE; }

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

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

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

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

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

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

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

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