#B481CC

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

Shades of East Side #B481CC

Tints of East Side #B481CC

Color information

#B481CC (or 0xB481CC) is unknown color: approx East Side. HEX triplet: B4, 81 and CC. RGB value is (180,129,204). Sum of RGB (Red+Green+Blue) = 180+129+204=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #B481CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B481CC is #4B7E33. Grayscale: #989898. Windows color (decimal): -4947508 or 13402548. OLE color: 13402548.

HSL color Cylindrical-coordinate representation of color #B481CC: hue angle of 280.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B481CC is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB180129204-
CMYK0.120.3700.2
HSL280.8º42.37%65.29%-
HSV(B)280.8º36.76%80%-
XYZ37.5729.7660.89-
YUV152.8156.9147.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.09%
GREEN value IS 129 (50.78% from 255) = 25.15%
BLUE value IS 204 (80.08% from 255) = 39.77%
R=35.09%
G=25.15%
B=39.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1801292040.120.3700.2280.842.3765.29
HexB481CCC250141192a41
Octal264201314144502443152101
Binary10110100100000011100110011001001010101001000110011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B481CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B481CC; }

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

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

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

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

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

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

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

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