#BF98D7

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

Shades of Wisteria #BF98D7

Tints of Wisteria #BF98D7

Color information

#BF98D7 (or 0xBF98D7) is unknown color: approx Wisteria. HEX triplet: BF, 98 and D7. RGB value is (191,152,215). Sum of RGB (Red+Green+Blue) = 191+152+215=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 215 (84.38% from 255 or 38.53% from 558); Max value from RGB is 215 - color contains mainly: blue. Hex color #BF98D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF98D7 is #406728. Grayscale: #AAAAAA. Windows color (decimal): -4220713 or 14129343. OLE color: 14129343.

HSL color Cylindrical-coordinate representation of color #BF98D7: hue angle of 277.14º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF98D7 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191152215-
CMYK0.110.2900.16
HSL277.14º44.06%71.96%-
HSV(B)277.14º29.3%84.31%-
XYZ44.9838.4469.34-
YUV170.84152.92142.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.23%
GREEN value IS 152 (59.77% from 255) = 27.24%
BLUE value IS 215 (84.38% from 255) = 38.53%
R=34.23%
G=27.24%
B=38.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1911522150.110.2900.16277.1444.0671.96
HexBF98D7B1D0101152c48
Octal277230327133502042554110
Binary1011111110011000110101111011111010100001000101011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF98D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF98D7; }

 p { color: rgb(191,152,215); }

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

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

 a { background-color: rgb(191,152,215); }

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

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

 span { border-color: rgb(191,152,215); }

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