#B982BD

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

Shades of East Side #B982BD

Tints of East Side #B982BD

Color information

#B982BD (or 0xB982BD) is unknown color: approx East Side. HEX triplet: B9, 82 and BD. RGB value is (185,130,189). Sum of RGB (Red+Green+Blue) = 185+130+189=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #B982BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B982BD is #467D42. Grayscale: #989898. Windows color (decimal): -4619587 or 12419769. OLE color: 12419769.

HSL color Cylindrical-coordinate representation of color #B982BD: hue angle of 295.93º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B982BD is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB185130189-
CMYK0.020.3100.26
HSL295.93º30.89%62.55%-
HSV(B)295.93º31.22%74.12%-
XYZ37.1829.9551.97-
YUV153.17148.22150.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.71%
GREEN value IS 130 (51.17% from 255) = 25.79%
BLUE value IS 189 (74.22% from 255) = 37.5%
R=36.71%
G=25.79%
B=37.5%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851301890.020.3100.26295.9330.8962.55
HexB982BD21F01A1281f3f
Octal2712022752370324503777
Binary101110011000001010111101101111101101010010100011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B982BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B982BD; }

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

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

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

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

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

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

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

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