#BF7ADD

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

Shades of Wisteria #BF7ADD

Tints of Wisteria #BF7ADD

Color information

#BF7ADD (or 0xBF7ADD) is unknown color: approx Wisteria. HEX triplet: BF, 7A and DD. RGB value is (191,122,221). Sum of RGB (Red+Green+Blue) = 191+122+221=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 122 (48.05% from 255 or 22.85% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF7ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7ADD is #408522. Grayscale: #999999. Windows color (decimal): -4228387 or 14514879. OLE color: 14514879.

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

Color convert

RGB191122221-
CMYK0.140.4500.13
HSL281.82º59.28%67.25%-
HSV(B)281.82º44.8%86.67%-
XYZ41.530.2272.05-
YUV153.92165.86154.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.77%
GREEN value IS 122 (48.05% from 255) = 22.85%
BLUE value IS 221 (86.72% from 255) = 41.39%
R=35.77%
G=22.85%
B=41.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911222210.140.4500.13281.8259.2867.25
HexBF7ADDE2D0D11a3b43
Octal277172335165501543273103
Binary101111111111010110111011110101101011011000110101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7ADD; }

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

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

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

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

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

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

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

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