#B98CD5

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

Shades of Wisteria #B98CD5

Tints of Wisteria #B98CD5

Color information

#B98CD5 (or 0xB98CD5) is unknown color: approx Wisteria. HEX triplet: B9, 8C and D5. RGB value is (185,140,213). Sum of RGB (Red+Green+Blue) = 185+140+213=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 213 - color contains mainly: blue. Hex color #B98CD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98CD5 is #46732A. Grayscale: #A1A1A1. Windows color (decimal): -4617003 or 13995193. OLE color: 13995193.

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

Color convert

RGB185140213-
CMYK0.130.3400.16
HSL276.99º46.5%69.22%-
HSV(B)276.99º34.27%83.53%-
XYZ41.433.8767.31-
YUV161.78156.91144.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.39%
GREEN value IS 140 (55.08% from 255) = 26.02%
BLUE value IS 213 (83.59% from 255) = 39.59%
R=34.39%
G=26.02%
B=39.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1851402130.130.3400.16276.9946.569.22
HexB98CD5D220101152e45
Octal271214325154202042556105
Binary10111001100011001101010111011000100100001000101011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98CD5; }

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

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

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

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

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

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

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

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