#B481CF

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

Shades of East Side #B481CF

Tints of East Side #B481CF

Color information

#B481CF (or 0xB481CF) is unknown color: approx East Side. HEX triplet: B4, 81 and CF. RGB value is (180,129,207). Sum of RGB (Red+Green+Blue) = 180+129+207=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #B481CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B481CF is #4B7E30. Grayscale: #989898. Windows color (decimal): -4947505 or 13599156. OLE color: 13599156.

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

Color convert

RGB180129207-
CMYK0.130.3800.19
HSL279.23º44.83%65.88%-
HSV(B)279.23º37.68%81.18%-
XYZ37.9429.9162.81-
YUV153.14158.4147.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.88%
GREEN value IS 129 (50.78% from 255) = 25%
BLUE value IS 207 (81.25% from 255) = 40.12%
R=34.88%
G=25%
B=40.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801292070.130.3800.19279.2344.8365.88
HexB481CFD260131172d42
Octal264201317154602342755102
Binary10110100100000011100111111011001100100111000101111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B481CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B481CF; }

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

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

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

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

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

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

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

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