#B982C1

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

Shades of East Side #B982C1

Tints of East Side #B982C1

Color information

#B982C1 (or 0xB982C1) is unknown color: approx East Side. HEX triplet: B9, 82 and C1. RGB value is (185,130,193). Sum of RGB (Red+Green+Blue) = 185+130+193=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 193 - color contains mainly: blue. Hex color #B982C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B982C1 is #467D3E. Grayscale: #999999. Windows color (decimal): -4619583 or 12681913. OLE color: 12681913.

HSL color Cylindrical-coordinate representation of color #B982C1: hue angle of 292.38º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B982C1 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB185130193-
CMYK0.040.3300.24
HSL292.38º33.69%63.33%-
HSV(B)292.38º32.64%75.69%-
XYZ37.6230.1354.29-
YUV153.63150.22150.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.42%
GREEN value IS 130 (51.17% from 255) = 25.59%
BLUE value IS 193 (75.78% from 255) = 37.99%
R=36.42%
G=25.59%
B=37.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851301930.040.3300.24292.3833.6963.33
HexB982C1421018124223f
Octal2712023014410304444277
Binary101110011000001011000001100100001011000100100100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B982C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B982C1; }

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

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

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

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

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

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

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

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