#B482CD

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

Shades of East Side #B482CD

Tints of East Side #B482CD

Color information

#B482CD (or 0xB482CD) is unknown color: approx East Side. HEX triplet: B4, 82 and CD. RGB value is (180,130,205). Sum of RGB (Red+Green+Blue) = 180+130+205=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #B482CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B482CD is #4B7D32. Grayscale: #999999. Windows color (decimal): -4947251 or 13468340. OLE color: 13468340.

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

Color convert

RGB180130205-
CMYK0.120.3700.20
HSL280º42.86%65.69%-
HSV(B)280º36.59%80.39%-
XYZ37.8230.0861.57-
YUV153.5157.06146.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.95%
GREEN value IS 130 (51.17% from 255) = 25.24%
BLUE value IS 205 (80.47% from 255) = 39.81%
R=34.95%
G=25.24%
B=39.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801302050.120.3700.2028042.8665.69
HexB482CDC250141182b42
Octal264202315144502443053102
Binary10110100100000101100110111001001010101001000110001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B482CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B482CD; }

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

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

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

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

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

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

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

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