#BF95DC

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

Shades of Wisteria #BF95DC

Tints of Wisteria #BF95DC

Color information

#BF95DC (or 0xBF95DC) is unknown color: approx Wisteria. HEX triplet: BF, 95 and DC. RGB value is (191,149,220). Sum of RGB (Red+Green+Blue) = 191+149+220=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF95DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF95DC is #406A23. Grayscale: #A9A9A9. Windows color (decimal): -4221476 or 14456255. OLE color: 14456255.

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

Color convert

RGB191149220-
CMYK0.130.3200.14
HSL275.49º50.35%72.35%-
HSV(B)275.49º32.27%86.27%-
XYZ45.1537.7472.61-
YUV169.65156.41143.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.11%
GREEN value IS 149 (58.59% from 255) = 26.61%
BLUE value IS 220 (86.33% from 255) = 39.29%
R=34.11%
G=26.61%
B=39.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1911492200.130.3200.14275.4950.3572.35
HexBF95DCD200E1133248
Octal277225334154001642362110
Binary1011111110010101110111001101100000011101000100111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF95DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF95DC; }

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

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

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

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

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

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

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

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