#BF98DD

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

Shades of Wisteria #BF98DD

Tints of Wisteria #BF98DD

Color information

#BF98DD (or 0xBF98DD) is unknown color: approx Wisteria. HEX triplet: BF, 98 and DD. RGB value is (191,152,221). Sum of RGB (Red+Green+Blue) = 191+152+221=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 152 (59.77% from 255 or 26.95% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF98DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF98DD is #406722. Grayscale: #ABABAB. Windows color (decimal): -4220707 or 14522559. OLE color: 14522559.

HSL color Cylindrical-coordinate representation of color #BF98DD: hue angle of 273.91º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF98DD is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191152221-
CMYK0.140.3100.13
HSL273.91º50.36%73.14%-
HSV(B)273.91º31.22%86.67%-
XYZ45.7738.7573.47-
YUV171.53155.92141.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.87%
GREEN value IS 152 (59.77% from 255) = 26.95%
BLUE value IS 221 (86.72% from 255) = 39.18%
R=33.87%
G=26.95%
B=39.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911522210.140.3100.13273.9150.3673.14
HexBF98DDE1F0D1123249
Octal277230335163701542262111
Binary101111111001100011011101111011111011011000100101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF98DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF98DD; }

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

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

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

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

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

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

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

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