#B483BC

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

Shades of East Side #B483BC

Tints of East Side #B483BC

Color information

#B483BC (or 0xB483BC) is unknown color: approx East Side. HEX triplet: B4, 83 and BC. RGB value is (180,131,188). Sum of RGB (Red+Green+Blue) = 180+131+188=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 188 - color contains mainly: blue. Hex color #B483BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B483BC is #4B7C43. Grayscale: #979797. Windows color (decimal): -4947012 or 12354484. OLE color: 12354484.

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

Color convert

RGB180131188-
CMYK0.040.3000.26
HSL291.58º29.84%62.55%-
HSV(B)291.58º30.32%73.73%-
XYZ36.0229.5751.39-
YUV152.15148.23147.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.07%
GREEN value IS 131 (51.56% from 255) = 26.25%
BLUE value IS 188 (73.83% from 255) = 37.68%
R=36.07%
G=26.25%
B=37.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801311880.040.3000.26291.5829.8462.55
HexB483BC41E01A1241e3f
Octal2642032744360324443677
Binary1011010010000011101111001001111001101010010010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B483BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B483BC; }

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

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

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

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

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

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

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

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