#B483CE

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

Shades of East Side #B483CE

Tints of East Side #B483CE

Color information

#B483CE (or 0xB483CE) is unknown color: approx East Side. HEX triplet: B4, 83 and CE. RGB value is (180,131,206). Sum of RGB (Red+Green+Blue) = 180+131+206=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 131 (51.56% from 255 or 25.34% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #B483CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B483CE is #4B7C31. Grayscale: #999999. Windows color (decimal): -4946994 or 13534132. OLE color: 13534132.

HSL color Cylindrical-coordinate representation of color #B483CE: hue angle of 279.2º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B483CE is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB180131206-
CMYK0.130.3600.19
HSL279.2º43.35%66.08%-
HSV(B)279.2º36.41%80.78%-
XYZ38.0830.3962.25-
YUV154.2157.23146.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.82%
GREEN value IS 131 (51.56% from 255) = 25.34%
BLUE value IS 206 (80.86% from 255) = 39.85%
R=34.82%
G=25.34%
B=39.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801312060.130.3600.19279.243.3566.08
HexB483CED240131172b42
Octal264203316154402342753102
Binary10110100100000111100111011011001000100111000101111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B483CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B483CE; }

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

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

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

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

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

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

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

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