#BF98DA

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

Shades of Wisteria #BF98DA

Tints of Wisteria #BF98DA

Color information

#BF98DA (or 0xBF98DA) is unknown color: approx Wisteria. HEX triplet: BF, 98 and DA. RGB value is (191,152,218). Sum of RGB (Red+Green+Blue) = 191+152+218=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 152 (59.77% from 255 or 27.09% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF98DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF98DA is #406725. Grayscale: #AAAAAA. Windows color (decimal): -4220710 or 14325951. OLE color: 14325951.

HSL color Cylindrical-coordinate representation of color #BF98DA: hue angle of 275.45º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF98DA is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB191152218-
CMYK0.120.3000.15
HSL275.45º47.14%72.55%-
HSV(B)275.45º30.28%85.49%-
XYZ45.3738.5971.39-
YUV171.18154.42142.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.05%
GREEN value IS 152 (59.77% from 255) = 27.09%
BLUE value IS 218 (85.55% from 255) = 38.86%
R=34.05%
G=27.09%
B=38.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911522180.120.3000.15275.4547.1472.55
HexBF98DAC1E0F1132f49
Octal277230332143601742357111
Binary101111111001100011011010110011110011111000100111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF98DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF98DA; }

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

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

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

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

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

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

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

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