#B982BF

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

Shades of East Side #B982BF

Tints of East Side #B982BF

Color information

#B982BF (or 0xB982BF) is unknown color: approx East Side. HEX triplet: B9, 82 and BF. RGB value is (185,130,191). Sum of RGB (Red+Green+Blue) = 185+130+191=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 191 - color contains mainly: blue. Hex color #B982BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B982BF is #467D40. Grayscale: #999999. Windows color (decimal): -4619585 or 12550841. OLE color: 12550841.

HSL color Cylindrical-coordinate representation of color #B982BF: hue angle of 294.1º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B982BF is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185130191-
CMYK0.030.3200.25
HSL294.1º32.28%62.94%-
HSV(B)294.1º31.94%74.9%-
XYZ37.3930.0453.12-
YUV153.4149.22150.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.56%
GREEN value IS 130 (51.17% from 255) = 25.69%
BLUE value IS 191 (75% from 255) = 37.75%
R=36.56%
G=25.69%
B=37.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851301910.030.3200.25294.132.2862.94
HexB982BF320019126203f
Octal2712022773400314464077
Binary10111001100000101011111111100000011001100100110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B982BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B982BF; }

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

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

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

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

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

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

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

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