#B483BF

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

Shades of East Side #B483BF

Tints of East Side #B483BF

Color information

#B483BF (or 0xB483BF) is unknown color: approx East Side. HEX triplet: B4, 83 and BF. RGB value is (180,131,191). Sum of RGB (Red+Green+Blue) = 180+131+191=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 191 - color contains mainly: blue. Hex color #B483BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B483BF is #4B7C40. Grayscale: #989898. Windows color (decimal): -4947009 or 12551092. OLE color: 12551092.

HSL color Cylindrical-coordinate representation of color #B483BF: hue angle of 289º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B483BF is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180131191-
CMYK0.060.3100.25
HSL289º31.91%63.14%-
HSV(B)289º31.41%74.9%-
XYZ36.3429.753.11-
YUV152.49149.73147.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.86%
GREEN value IS 131 (51.56% from 255) = 26.10%
BLUE value IS 191 (75% from 255) = 38.05%
R=35.86%
G=26.10%
B=38.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801311910.060.3100.2528931.9163.14
HexB483BF61F019121203f
Octal2642032776370314414077
Binary10110100100000111011111111011111011001100100001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B483BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B483BF; }

 p { color: rgb(180,131,191); }

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

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

 a { background-color: rgb(180,131,191); }

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

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

 span { border-color: rgb(180,131,191); }

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