#BF92D7

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

Shades of Wisteria #BF92D7

Tints of Wisteria #BF92D7

Color information

#BF92D7 (or 0xBF92D7) is unknown color: approx Wisteria. HEX triplet: BF, 92 and D7. RGB value is (191,146,215). Sum of RGB (Red+Green+Blue) = 191+146+215=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 146 (57.42% from 255 or 26.45% from 552); Blue value is 215 (84.38% from 255 or 38.95% from 552); Max value from RGB is 215 - color contains mainly: blue. Hex color #BF92D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF92D7 is #406D28. Grayscale: #A7A7A7. Windows color (decimal): -4222249 or 14127807. OLE color: 14127807.

HSL color Cylindrical-coordinate representation of color #BF92D7: hue angle of 279.13º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF92D7 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191146215-
CMYK0.110.3200.16
HSL279.13º46.31%70.78%-
HSV(B)279.13º32.09%84.31%-
XYZ44.0336.5469.02-
YUV167.32154.91144.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.60%
GREEN value IS 146 (57.42% from 255) = 26.45%
BLUE value IS 215 (84.38% from 255) = 38.95%
R=34.60%
G=26.45%
B=38.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1911462150.110.3200.16279.1346.3170.78
HexBF92D7B200101172e47
Octal277222327134002042756107
Binary10111111100100101101011110111000000100001000101111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF92D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF92D7; }

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

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

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

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

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

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

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

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