#B98BD5

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

Shades of Wisteria #B98BD5

Tints of Wisteria #B98BD5

Color information

#B98BD5 (or 0xB98BD5) is unknown color: approx Wisteria. HEX triplet: B9, 8B and D5. RGB value is (185,139,213). Sum of RGB (Red+Green+Blue) = 185+139+213=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 213 - color contains mainly: blue. Hex color #B98BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98BD5 is #46742A. Grayscale: #A0A0A0. Windows color (decimal): -4617259 or 13994937. OLE color: 13994937.

HSL color Cylindrical-coordinate representation of color #B98BD5: hue angle of 277.3º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B98BD5 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB185139213-
CMYK0.130.3500.16
HSL277.3º46.84%69.02%-
HSV(B)277.3º34.74%83.53%-
XYZ41.2533.5867.26-
YUV161.19157.24144.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.45%
GREEN value IS 139 (54.69% from 255) = 25.88%
BLUE value IS 213 (83.59% from 255) = 39.66%
R=34.45%
G=25.88%
B=39.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1851392130.130.3500.16277.346.8469.02
HexB98BD5D230101152f45
Octal271213325154302042557105
Binary10111001100010111101010111011000110100001000101011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98BD5; }

 p { color: rgb(185,139,213); }

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

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

 a { background-color: rgb(185,139,213); }

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

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

 span { border-color: rgb(185,139,213); }

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