#B982CD

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

Shades of East Side #B982CD

Tints of East Side #B982CD

Color information

#B982CD (or 0xB982CD) is unknown color: approx East Side. HEX triplet: B9, 82 and CD. RGB value is (185,130,205). Sum of RGB (Red+Green+Blue) = 185+130+205=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #B982CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B982CD is #467D32. Grayscale: #9A9A9A. Windows color (decimal): -4619571 or 13468345. OLE color: 13468345.

HSL color Cylindrical-coordinate representation of color #B982CD: hue angle of 284º 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 #B982CD is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185130205-
CMYK0.100.3700.20
HSL284º42.86%65.69%-
HSV(B)284º36.59%80.39%-
XYZ39.0130.6961.62-
YUV155156.22149.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.58%
GREEN value IS 130 (51.17% from 255) = 25%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=35.58%
G=25%
B=39.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851302050.100.3700.2028442.8665.69
HexB982CDA2501411c2b42
Octal271202315124502443453102
Binary10111001100000101100110110101001010101001000111001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B982CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B982CD; }

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

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

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

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

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

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

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

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