#B483BE

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

Shades of East Side #B483BE

Tints of East Side #B483BE

Color information

#B483BE (or 0xB483BE) is unknown color: approx East Side. HEX triplet: B4, 83 and BE. RGB value is (180,131,190). Sum of RGB (Red+Green+Blue) = 180+131+190=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #B483BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B483BE is #4B7C41. Grayscale: #989898. Windows color (decimal): -4947010 or 12485556. OLE color: 12485556.

HSL color Cylindrical-coordinate representation of color #B483BE: hue angle of 289.83º degrees, saturation: 0.31, 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 #B483BE is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180131190-
CMYK0.050.3100.25
HSL289.83º31.22%62.94%-
HSV(B)289.83º31.05%74.51%-
XYZ36.2329.6552.53-
YUV152.38149.23147.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.93%
GREEN value IS 131 (51.56% from 255) = 26.15%
BLUE value IS 190 (74.61% from 255) = 37.92%
R=35.93%
G=26.15%
B=37.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801311900.050.3100.25289.8331.2262.94
HexB483BE51F0191221f3f
Octal2642032765370314423777
Binary1011010010000011101111101011111101100110010001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B483BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B483BE; }

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

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

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

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

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

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

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

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