#B483BB

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

Shades of East Side #B483BB

Tints of East Side #B483BB

Color information

#B483BB (or 0xB483BB) is unknown color: approx East Side. HEX triplet: B4, 83 and BB. RGB value is (180,131,187). Sum of RGB (Red+Green+Blue) = 180+131+187=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 187 - color contains mainly: blue. Hex color #B483BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B483BB is #4B7C44. Grayscale: #979797. Windows color (decimal): -4947013 or 12288948. OLE color: 12288948.

HSL color Cylindrical-coordinate representation of color #B483BB: hue angle of 292.5º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B483BB is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180131187-
CMYK0.040.3000.27
HSL292.5º29.17%62.35%-
HSV(B)292.5º29.95%73.33%-
XYZ35.9129.5250.82-
YUV152.04147.73147.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.14%
GREEN value IS 131 (51.56% from 255) = 26.31%
BLUE value IS 187 (73.44% from 255) = 37.55%
R=36.14%
G=26.31%
B=37.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801311870.040.3000.27292.529.1762.35
HexB483BB41E01B1241d3e
Octal2642032734360334443576
Binary1011010010000011101110111001111001101110010010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B483BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B483BB; }

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

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

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

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

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

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

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

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