#BF92DD

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

Shades of Wisteria #BF92DD

Tints of Wisteria #BF92DD

Color information

#BF92DD (or 0xBF92DD) is unknown color: approx Wisteria. HEX triplet: BF, 92 and DD. RGB value is (191,146,221). Sum of RGB (Red+Green+Blue) = 191+146+221=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 146 (57.42% from 255 or 26.16% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF92DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF92DD is #406D22. Grayscale: #A7A7A7. Windows color (decimal): -4222243 or 14521023. OLE color: 14521023.

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

Color convert

RGB191146221-
CMYK0.140.3400.13
HSL276º52.45%71.96%-
HSV(B)276º33.94%86.67%-
XYZ44.8236.8573.16-
YUV168157.91144.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.23%
GREEN value IS 146 (57.42% from 255) = 26.16%
BLUE value IS 221 (86.72% from 255) = 39.61%
R=34.23%
G=26.16%
B=39.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911462210.140.3400.1327652.4571.96
HexBF92DDE220D1143448
Octal277222335164201542464110
Binary1011111110010010110111011110100010011011000101001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF92DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF92DD; }

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

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

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

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

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

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

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

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