#B982CF

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

Shades of East Side #B982CF

Tints of East Side #B982CF

Color information

#B982CF (or 0xB982CF) is unknown color: approx East Side. HEX triplet: B9, 82 and CF. RGB value is (185,130,207). Sum of RGB (Red+Green+Blue) = 185+130+207=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 207 - color contains mainly: blue. Hex color #B982CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B982CF is #467D30. Grayscale: #9A9A9A. Windows color (decimal): -4619569 or 13599417. OLE color: 13599417.

HSL color Cylindrical-coordinate representation of color #B982CF: hue angle of 282.86º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B982CF is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB185130207-
CMYK0.110.3700.19
HSL282.86º44.51%66.08%-
HSV(B)282.86º37.2%81.18%-
XYZ39.2530.7862.9-
YUV155.22157.22149.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.44%
GREEN value IS 130 (51.17% from 255) = 24.90%
BLUE value IS 207 (81.25% from 255) = 39.66%
R=35.44%
G=24.90%
B=39.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851302070.110.3700.19282.8644.5166.08
HexB982CFB2501311b2d42
Octal271202317134502343355102
Binary10111001100000101100111110111001010100111000110111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B982CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B982CF; }

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

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

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

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

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

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

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

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