#BF95DD

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

Shades of Wisteria #BF95DD

Tints of Wisteria #BF95DD

Color information

#BF95DD (or 0xBF95DD) is unknown color: approx Wisteria. HEX triplet: BF, 95 and DD. RGB value is (191,149,221). Sum of RGB (Red+Green+Blue) = 191+149+221=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF95DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF95DD is #406A22. Grayscale: #A9A9A9. Windows color (decimal): -4221475 or 14521791. OLE color: 14521791.

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

Color convert

RGB191149221-
CMYK0.140.3300.13
HSL275º51.43%72.55%-
HSV(B)275º32.58%86.67%-
XYZ45.2837.7973.31-
YUV169.77156.91143.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.05%
GREEN value IS 149 (58.59% from 255) = 26.56%
BLUE value IS 221 (86.72% from 255) = 39.39%
R=34.05%
G=26.56%
B=39.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911492210.140.3300.1327551.4372.55
HexBF95DDE210D1133349
Octal277225335164101542363111
Binary1011111110010101110111011110100001011011000100111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF95DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF95DD; }

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

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

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

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

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

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

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

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