#B483BD

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

Shades of East Side #B483BD

Tints of East Side #B483BD

Color information

#B483BD (or 0xB483BD) is unknown color: approx East Side. HEX triplet: B4, 83 and BD. RGB value is (180,131,189). Sum of RGB (Red+Green+Blue) = 180+131+189=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 189 - color contains mainly: blue. Hex color #B483BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B483BD is #4B7C42. Grayscale: #989898. Windows color (decimal): -4947011 or 12420020. OLE color: 12420020.

HSL color Cylindrical-coordinate representation of color #B483BD: hue angle of 290.69º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B483BD is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB180131189-
CMYK0.050.3100.26
HSL290.69º30.53%62.75%-
HSV(B)290.69º30.69%74.12%-
XYZ36.1229.6151.96-
YUV152.26148.73147.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36%
GREEN value IS 131 (51.56% from 255) = 26.2%
BLUE value IS 189 (74.22% from 255) = 37.8%
R=36%
G=26.2%
B=37.8%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801311890.050.3100.26290.6930.5362.75
HexB483BD51F01A1231f3f
Octal2642032755370324433777
Binary1011010010000011101111011011111101101010010001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B483BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B483BD; }

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

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

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

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

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

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

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

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