#B482C7

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

Shades of East Side #B482C7

Tints of East Side #B482C7

Color information

#B482C7 (or 0xB482C7) is unknown color: approx East Side. HEX triplet: B4, 82 and C7. RGB value is (180,130,199). Sum of RGB (Red+Green+Blue) = 180+130+199=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 199 (78.12% from 255 or 39.10% from 509); Max value from RGB is 199 - color contains mainly: blue. Hex color #B482C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B482C7 is #4B7D38. Grayscale: #989898. Windows color (decimal): -4947257 or 13075124. OLE color: 13075124.

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

Color convert

RGB180130199-
CMYK0.100.3500.22
HSL283.48º38.12%64.51%-
HSV(B)283.48º34.67%78.04%-
XYZ37.1129.7957.83-
YUV152.82154.06147.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.36%
GREEN value IS 130 (51.17% from 255) = 25.54%
BLUE value IS 199 (78.12% from 255) = 39.10%
R=35.36%
G=25.54%
B=39.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1801301990.100.3500.22283.4838.1264.51
HexB482C7A2301611b2641
Octal264202307124302643346101
Binary10110100100000101100011110101000110101101000110111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B482C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B482C7; }

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

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

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

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

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

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

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

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