#BF98CF

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

Shades of Wisteria #BF98CF

Tints of Wisteria #BF98CF

Color information

#BF98CF (or 0xBF98CF) is unknown color: approx Wisteria. HEX triplet: BF, 98 and CF. RGB value is (191,152,207). Sum of RGB (Red+Green+Blue) = 191+152+207=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF98CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF98CF is #406730. Grayscale: #A9A9A9. Windows color (decimal): -4220721 or 13605055. OLE color: 13605055.

HSL color Cylindrical-coordinate representation of color #BF98CF: hue angle of 282.55º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BF98CF is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB191152207-
CMYK0.080.2700.19
HSL282.55º36.42%70.39%-
HSV(B)282.55º26.57%81.18%-
XYZ43.9838.0464.06-
YUV169.93148.92143.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.73%
GREEN value IS 152 (59.77% from 255) = 27.64%
BLUE value IS 207 (81.25% from 255) = 37.64%
R=34.73%
G=27.64%
B=37.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911522070.080.2700.19282.5536.4270.39
HexBF98CF81B01311b2446
Octal277230317103302343344106
Binary1011111110011000110011111000110110100111000110111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF98CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF98CF; }

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

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

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

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

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

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

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

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