#B483C7

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

Shades of East Side #B483C7

Tints of East Side #B483C7

Color information

#B483C7 (or 0xB483C7) is unknown color: approx East Side. HEX triplet: B4, 83 and C7. RGB value is (180,131,199). Sum of RGB (Red+Green+Blue) = 180+131+199=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 131 (51.56% from 255 or 25.69% from 510); Blue value is 199 (78.12% from 255 or 39.02% from 510); Max value from RGB is 199 - color contains mainly: blue. Hex color #B483C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B483C7 is #4B7C38. Grayscale: #999999. Windows color (decimal): -4947001 or 13075380. OLE color: 13075380.

HSL color Cylindrical-coordinate representation of color #B483C7: hue angle of 283.24º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B483C7 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB180131199-
CMYK0.100.3400.22
HSL283.24º37.78%64.71%-
HSV(B)283.24º34.17%78.04%-
XYZ37.2530.0657.87-
YUV153.4153.73146.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.29%
GREEN value IS 131 (51.56% from 255) = 25.69%
BLUE value IS 199 (78.12% from 255) = 39.02%
R=35.29%
G=25.69%
B=39.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1801311990.100.3400.22283.2437.7864.71
HexB483C7A2201611b2641
Octal264203307124202643346101
Binary10110100100000111100011110101000100101101000110111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B483C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B483C7; }

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

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

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

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

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

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

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

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