#B483CD

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

Shades of East Side #B483CD

Tints of East Side #B483CD

Color information

#B483CD (or 0xB483CD) is unknown color: approx East Side. HEX triplet: B4, 83 and CD. RGB value is (180,131,205). Sum of RGB (Red+Green+Blue) = 180+131+205=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #B483CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B483CD is #4B7C32. Grayscale: #999999. Windows color (decimal): -4946995 or 13468596. OLE color: 13468596.

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

Color convert

RGB180131205-
CMYK0.120.3600.20
HSL279.73º42.53%65.88%-
HSV(B)279.73º36.1%80.39%-
XYZ37.9630.3461.61-
YUV154.09156.73146.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.88%
GREEN value IS 131 (51.56% from 255) = 25.39%
BLUE value IS 205 (80.47% from 255) = 39.73%
R=34.88%
G=25.39%
B=39.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801312050.120.3600.20279.7342.5365.88
HexB483CDC240141182b42
Octal264203315144402443053102
Binary10110100100000111100110111001001000101001000110001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B483CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B483CD; }

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

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

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

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

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

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

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

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